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.
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