Skip to main content
GET
List all agent conversations

Authorizations

Authorization
string
header
required

Dashboard JWT token from Clerk

Query Parameters

limit
integer

Maximum number of conversations to return per page.

cursor
string

Opaque pagination cursor from a previous response.

agent_id
string

Restrict the list to conversations handled by this agent.

status
enum<string>

Filter conversations by lifecycle status.

Available options:
active,
closed,
archived
from
string

Only include conversations started at or after this timestamp.

to
string

Only include conversations started before this timestamp.

sentiment
enum<string>

Filter by the classifier-derived sentiment label.

Available options:
positive,
negative,
neutral
intent
string

Filter by the classifier-derived primary intent/topic.

Response

200 - application/json

A page of agent conversations with pagination metadata.

data
object[]
meta
object