Get a request’s audit trail
GET /api/v1/audit?request_id={id}
The request to trace.
Response
An array of events in order, each with a timestamp, the actor, the event name, and optional detail.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.