Get a conversation's AI-turn audit log
Return the immutable per-turn audit trail for one agent conversation, the chain of decisions the AI made, oldest first. Each row carries the verbatim system and user prompt, the model, the response, token counts, and any human-override stamp. Cursor-paginated and optionally bounded by a from/to date range. This is a supervisor-level compliance surface (the full prompt text is included verbatim) and requires an owner, admin, or developer role.
Authorizations
Dashboard JWT token from Clerk
Path Parameters
Identifier of the agent conversation to export the audit trail for.
Query Parameters
Maximum number of audit rows to return (1–200, default 50).
1 <= x <= 200Opaque pagination cursor from a previous response.
ISO-8601 lower bound (inclusive) on the row timestamp.
ISO-8601 upper bound (exclusive) on the row timestamp.