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