Skip to main content
GET
Get a conversation's AI-turn audit log

Authorizations

Authorization
string
header
required

Dashboard JWT token from Clerk

Path Parameters

conversationId
string
required

Identifier of the agent conversation to export the audit trail for.

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.

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 conversation.

data
object
meta
object