Skip to main content
POST
Conclude

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

session_id
string
required

Unique identifier of the triaging session, used to group related operations.

Body

application/json

Request to conclude the triage investigation for one or more issues.

conclusion
IssueConclusion · object
required

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.

evidence
EvidenceItem · object[]

Collection of evidence items supporting the conclusion. Evidences previously recorded should not be added here.

EvidenceItem represents a single piece of evidence collected during the triage investigation. Each evidence item must have a title and one of the specific evidence types.

Response

200 - application/json

Success

Response for the Conclude operation. Empty as the operation is fire-and-forget.