Skip to main content
GET
Get an interaction's trace

Authorizations

Authorization
string
header
required

Access token from POST /management/v1/auth/token (publishable-key exchange) or a login session. Publishable-key tokens are agent-scoped and serve the messaging surface; login tokens also serve management.

Path Parameters

interactionId
string
required
Pattern: ^[0-9a-fA-F]{24}$

Response

Successful Response

The published, scrubbed reasoning trace for one interaction.

input
TraceInput · object | null
understanding
TraceUnderstanding · object | null
decisions
TraceDecision · object[] | null
computed_parameters
TraceComputedParameter · object[] | null
response
TraceResponse · object | null
rules_evaluations
TraceRuleEvaluation · object[] | null