Conversation - List by Date
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
ID of the agent
Initial creation date in the format yyyy-mm-dd hh:mm:ss
Status of the conversation
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
Was this page helpful?