v11
OpenAPI 3.1.02026-08-0364112112.3 KBConversations
List all conversations
Lists all conversations
get/v1/conversations
Query parameters
cursorinteger
limitinteger
assignedAgentIdstring uuid nullable
status'OPEN' | 'SNOOZED' | 'CLOSED' | 'PENDING'
customerIdstring uuid nullable
startDatestring date-time nullable
endDatestring date-time nullable
subjectstring nullable
assignedToZeusboolean nullable
Response
Successful Response
Example response
{
"data": [
{
"lastMessage": {
"agent": {
"profileUrl": "http://www.example.com/"
}
},
"assignedAgent": {
"profileUrl": "http://www.example.com/"
}
}
]
}