Skip to main content
POST
RecordEvidence

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 record evidence collected during the triage investigation.

evidence
EvidenceItem · object[]

Collection of structured evidence items collected during the investigation. Must contain at least one evidence item.

Minimum array length: 1

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 RecordEvidence operation. Empty as the operation is fire-and-forget.