Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
List of issue IDs for which triage status should be returned.
Response
200 - application/json
Success
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.
List of issue IDs for which triage status should be returned.
Success