List conversations for a user
Conversations
List conversations for a user
List conversations for a specific user under an agent, ordered by last activity. Supports cursor-based pagination.
GET
List conversations for a user
Authorizations
API key from your account settings
Path Parameters
The agent ID
Minimum string length:
1Example:
"5QHA6VB-DIAbBhxwqxfdi"
The user ID (URL-safe characters only: letters, digits, hyphens, underscores, dots)
Required string length:
1 - 128Pattern:
^[a-zA-Z0-9._-]+$Example:
"user_abc123"
Query Parameters
Opaque cursor from a previous response to fetch the next page
Example:
"eyJ0IjoiMjAyNC0wMS0xNVQxMDozMDowMC4wMDBaIiwiaWQiOiJhYmMxMjMifQ=="
Number of items per page (1–100, default 20)
Required range:
1 <= x <= 100Example:
20