v1
latestOpenAPI 3.0.02026-08-062420.2 KBReturns a list of conversations.
Query parameters
Filter for conversations closed after this date. Format should be yyyy-mm-dd or Unix timestamp in ms
Filter for conversations closed before this date. Format should be yyyy-mm-dd or Unix timestamp in ms
Filter for conversations created after this date. Format should be yyyy-mm-dd or Unix timestamp in ms
Filter for conversations created before this date. Format should be yyyy-mm-dd or Unix timestamp in ms
Filter for conversations updated after this date. Format should be yyyy-mm-dd or Unix timestamp in ms
Filter for conversations updated before this date. Format should be yyyy-mm-dd or Unix timestamp in ms
Filter for conversations where the last message was created after this date. Format should be yyyy-mm-dd or Unix timestamp in ms
Filter for conversations where the last message was created before this date. Format should be yyyy-mm-dd or Unix timestamp in ms
Filter for this list of conversation IDs, comma separated
Response
Array of conversations
Example response
[
{
"initial_channel": "email",
"ratings": [
{
"rating_type": "stars",
"rating_status": "rated",
"rating_language": "en"
}
],
"link_type": "side",
"linked_at": 1762787749131,
"linked_to": 14665
}
]