ListTriageState
synq.agent.sre.v1.TriageService
ListTriageState
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.
GET
ListTriageState
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Minimum array length:
1IssueTriageStatus represents the current stage of an issue in the SRE agent's investigation workflow. The status progresses as the agent collects evidence and reaches conclusions about the issue.
Available options:
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 Response
200 - application/json
Success