Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Unique identifier of the triaging session, used to group related operations.
Body
Request to conclude the triage investigation for one or more issues.
IssueConclusion represents the final determination made by the LLM agent about an issue. Each conclusion type must be supported by appropriate evidence collected during investigation.
Collection of evidence items supporting the conclusion. Evidences previously recorded should not be added here.
Response
Success
Response for the Conclude operation. Empty as the operation is fire-and-forget.