v12

latestOpenAPI 3.1.02026-08-0464112112.3 KB
Conversations

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

totalinteger nullable
cursorinteger nullable
limitinteger nullable

Example response

{
  "data": [
    {
      "lastMessage": {
        "agent": {
          "profileUrl": "http://www.example.com/"
        }
      },
      "assignedAgent": {
        "profileUrl": "http://www.example.com/"
      }
    }
  ]
}