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.
Documentation Index
Fetch the complete documentation index at: https://docs.synq.io/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
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.
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 Success