List Conversations by Date
Allows searching for conversations by agent ID, creation date (greater than or equal to), and status.
Example JS Code to Get Conversations by Date
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
Agent ID to filter conversations. If 'null' (string), searches for conversations not assigned to any agent. Optional.
Filters conversations created from this date/time (inclusive). Accepted formats include 'YYYY-MM-DD HH:mm:ss', 'YYYY-MM-DD HH:mm', 'YYYY-MM-DD', or a complete ISO 8601 format. Optional.
Filters conversations by status. Optional.
RESOLVED
, UNRESOLVED
, HUMAN_REQUESTED
Response
The unique identifier for the conversation
The title of the conversation, if available
Indicates whether AI is enabled for the conversation
The channel through which the conversation took place (e.g., 'dashboard', 'whatsapp')
The current status of the conversation
RESOLVED
, UNRESOLVED
, HUMAN_REQUESTED
Metadata associated with the conversation, if any
External ID of the channel, if any
ID of the credentials used for the channel
The organization ID associated with the conversation
The mailbox ID, if relevant
The priority of the conversation
LOW
, MEDIUM
, HIGH
ID of the form used, if any
The ID of the agent handling the conversation
The ID of the user associated with the conversation
The ID of the visitor, if applicable
The date and time when the conversation was created
The date and time when the conversation was last updated
List of contacts associated with the conversation
List of variables associated with the conversation
List of contexts associated with the conversation.
Was this page helpful?