API Reference
List Conversations
Retrieve a list of conversations for a specific operator with optional filtering by date ranges.
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Headers
The API version to use.
Available options:
2024-11-11
Query Parameters
The ID of the Operator that handled the conversation.
Cursor to paginate through the conversations.
Filter conversations created after this date.
Filter conversations created before this date.
Filter conversations completed after this date.
Filter conversations completed before this date.
Filter conversations postprocessed after this date.
Filter conversations postprocessed before this date.
Response
200
application/json
Success
Response object for listing conversations.