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
Response Body
The response will be an array of conversation objects. Each object will contain the following fields:
id: The conversation ID.title: The title of the conversation.assignees: An array of objects containing theidandemailof the users assigned to the conversation....and other conversation fields.
Example Response
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.
Channel filter. 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 created until this date/time (inclusive). Accepted formats include 'YYYY-MM-DD HH:mm:ss' or complete ISO 8601 format. Optional.
Filters conversations by status. Optional.
RESOLVED, UNRESOLVED, HUMAN_REQUESTED Filters conversations by priority. Optional.
LOW, MEDIUM, HIGH Filters by the assigned membership ID, or 'unassigned' for conversations without assignees. Optional.
If true, filters only conversations that have unread messages. Optional.
Filters conversations by a specific tag. Optional.
Filters conversations based on their AI enabled state. Optional.
enabled, disabled Filters conversations originating from a specific Meta Ad source ID. Optional.
Filters conversations that are active in a specific CRM scenario. Optional.
Filters conversations that are active in a specific CRM step. Must be used with crmScenarioId. Optional.
Minimum frustration score (0 to 1). Optional.
Maximum frustration score (0 to 1). Optional.
Number of conversations to return (maximum 100, defaults to 25). Optional.
Cursor for pagination. A URL-safe JSON string containing lastCreatedAt and lastId (e.g. {"lastCreatedAt":"2026-06-08T15:00:00.000Z","lastId":"some-id"}). Optional.
Response
The unique identifier for the conversation
The title of the conversation, if available
The number of unread messages in the conversation
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 Indicates whether the conversation is blocked
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
Indicates whether the conversation is a group conversation
Frustration level of the conversation, if applicable
AI user identifier
WhatsApp Chat LID
Current step of the NPS flow
NPS rating score
NPS comment
Timestamp when the NPS flow was started
Timestamp when the NPS flow was completed
The date and time when the conversation was created
The date and time when the conversation was last updated
Timestamp of the last human interaction
List of contacts associated with the conversation
Contact click-to-WhatsApp attributions
List of variables associated with the conversation
List of contexts associated with the conversation.
List of assignees for the conversation.
List of tags associated with the conversation.
Lista de vínculos entre a conversa e cenários CRM.
Was this page helpful?

