Skip to main content
Every step a request takes is recorded as an audit event. This endpoint returns the full trail for one request — useful for debugging routing, confirming what an expert was asked, and seeing who decided a proposal.

Get a request’s audit trail

GET /api/v1/audit?request_id={id}
request_id
string
required
The request to trace.

Response

An array of events in order, each with a timestamp, the actor, the event name, and optional detail.
Typical events include request.received, routing.resolved, ask.sent, ask.rate_limited, ask.queued_quiet_hours, escalation.fired, reply.received, proposal.created, proposal.accepted, and expert.muted. An unknown request id returns an empty array.