Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Available options:
IDLE, ACTIVE, CLOSED {
"data": [
{
"id": "<string>",
"agentId": "<string>",
"agentName": "<string>",
"state": "IDLE",
"createdAt": "2023-11-07T05:31:56Z",
"messageCount": 123
}
],
"meta": {
"currentPage": 123,
"pageSize": 123,
"totalPages": 123,
"totalCount": 123
}
}{
"data": [
{
"id": "<string>",
"agentId": "<string>",
"agentName": "<string>",
"state": "IDLE",
"createdAt": "2023-11-07T05:31:56Z",
"messageCount": 123
}
],
"meta": {
"currentPage": 123,
"pageSize": 123,
"totalPages": 123,
"totalCount": 123
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
IDLE, ACTIVE, CLOSED