List all agent conversations
Return a paginated list of agent conversations across your tenant, newest first, spanning every agent. Filter by agent_id, status (active, closed, archived), a from/to date range, and the classifier-derived sentiment (positive, negative, neutral) or intent. This powers the supervisor conversation-history board. Requires an owner or admin role (the supervisor seat is also admitted).
Authorizations
Dashboard JWT token from Clerk
Query Parameters
Maximum number of conversations to return per page.
Opaque pagination cursor from a previous response.
Restrict the list to conversations handled by this agent.
Filter conversations by lifecycle status.
active, closed, archived Only include conversations started at or after this timestamp.
Only include conversations started before this timestamp.
Filter by the classifier-derived sentiment label.
positive, negative, neutral Filter by the classifier-derived primary intent/topic.