Export the AI-turn audit log
Export your tenant’s immutable AI decision history across all conversations for periodic SOC2, HIPAA, FINRA, or GDPR compliance review. Optionally filter by agentId, conversationId, and a from/to date range, then page by cursor until next_cursor is null. Because it surfaces the entire tenant’s decision history verbatim, this route requires an owner or admin role (stricter than the per-conversation view).
Authorizations
Dashboard JWT token from Clerk
Query Parameters
Maximum number of audit rows to return (1–200, default 50).
1 <= x <= 200Opaque pagination cursor from a previous response.
Restrict the export to rows produced by this agent.
Restrict the export to rows within this conversation.
ISO-8601 lower bound (inclusive) on the row timestamp.
ISO-8601 upper bound (exclusive) on the row timestamp.