cURL
curl --request GET \ --url https://developer.synq.io/api/triage/v1/states \ --header 'Authorization: Bearer <token>'
{ "states": {} }
Retrieves the triage state for one or more issues. This method is used by the LLM agent to retrieve the current state of the issues it is working on.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
List of issue IDs for which triage status should be returned.
Success
Show child attributes
IssueTriageState represents the current state of an issue in the SRE agent's investigation workflow. This state is used to track the progress of automated triage and coordinate between different parts of the system.
Unique identifier of the issue being investigated by the SRE agent
Current status of the issue in the triage workflow, indicating the stage of investigation
ISSUE_TRIAGE_STATUS_UNSPECIFIED
ISSUE_TRIAGE_STATUS_SCHEDULED
ISSUE_TRIAGE_STATUS_IN_PROGRESS
ISSUE_TRIAGE_STATUS_CANCELLED
ISSUE_TRIAGE_STATUS_FAILED
ISSUE_TRIAGE_STATUS_TRIAGED
ISSUE_TRIAGE_STATUS_ACCEPTED
ISSUE_TRIAGE_STATUS_IGNORED
ISSUE_TRIAGE_STATUS_CLOSED
Timestamp indicating when the issue triage state was last updated