Skip to main content
GET
List an agent's conversations

Authorizations

Authorization
string
header
required

Dashboard JWT token from Clerk

Path Parameters

id
string
required

Identifier of the agent whose conversations to list.

Query Parameters

limit
integer

Maximum number of conversations to return per page.

cursor
string

Opaque pagination cursor from a previous response.

q
string

Optional case-insensitive substring to search conversation content (max 200 chars).

Response

200 - application/json

A page of conversation summaries for the agent.

data
object[]
meta
object