Conversations
List conversations
List conversations for an agent, with pagination and filtering options. This endpoint supports various filters including date range, agent assignment, and conversation status.
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
Unique identifier of the agent
Example:
"clx1234567890abcdef"
Page number for pagination (default: 1)
Required range:
x >= 1
Example:
1
Number of conversations per page (default: 20, max: 100)
Required range:
1 <= x <= 100
Example:
20
Type of conversations to retrieve
Available options:
unassigned
, your-inbox
, all
Example:
"all"
Sort order for lastMessageDate (default: desc)
Available options:
asc
, desc
Example:
"desc"
Filter by conversation status
Available options:
open
, close
Example:
"open"
Filter by start date as Unix timestamp in seconds
Example:
1747196400
Filter by end date as Unix timestamp in seconds
Example:
1747200000
Response
200
application/json
Successfully retrieved conversations list
The response is of type object
.