List an agent's conversations
Agents
List an agent's conversations
Return a paginated list of conversations handled by this agent, newest first, with contact, channel, message count, and status for each. Pass an optional q to search conversation content. Powers the agent’s conversation-history tab; a not-yet-provisioned tenant returns an empty page rather than an error.
GET
List an agent's conversations
Authorizations
Dashboard JWT token from Clerk
Path Parameters
Identifier of the agent whose conversations to list.
Query Parameters
Maximum number of conversations to return per page.
Opaque pagination cursor from a previous response.
Optional case-insensitive substring to search conversation content (max 200 chars).