Agent Conversations
List Agent App Conversations
Return Agent app conversations for the specified end user, ordered by most recently active.
GET
List Agent App Conversations
Authorizations
API Key authentication. For all API requests, include your API Key in the Authorization HTTP Header, prefixed with Bearer. Example: Authorization: Bearer {API_KEY}. Strongly recommend storing your API Key on the server-side, not shared or stored on the client-side, to avoid possible API-Key leakage that can lead to serious consequences.
Query Parameters
User identifier.
The ID of the last record on the current page (for pagination).
Number of records to return.
Required range:
1 <= x <= 100Sorting field. Use '-' prefix for descending order.
Available options:
created_at, -created_at, updated_at, -updated_at Last modified on July 2, 2026