Skip to main content
GET
Export the AI-turn audit log

Authorizations

Authorization
string
header
required

Dashboard JWT token from Clerk

Query Parameters

limit
integer

Maximum number of audit rows to return (1–200, default 50).

Required range: 1 <= x <= 200
cursor
string

Opaque pagination cursor from a previous response.

agentId
string

Restrict the export to rows produced by this agent.

conversationId
string

Restrict the export to rows within this conversation.

from
string<date-time>

ISO-8601 lower bound (inclusive) on the row timestamp.

to
string<date-time>

ISO-8601 upper bound (exclusive) on the row timestamp.

Response

200 - application/json

A page of AI-turn audit rows for the tenant.

data
object
meta
object