Get Live Count
Get the live count of the ongoing conversations.
Query parameters
The id of an agent to restrict the analytics to.
The id of an agent to restrict the analytics to.
Restrict analytics to the union of the given agents. Takes precedence over agent_id when both are supplied.
Restrict analytics to the union of the given agents. Takes precedence over agent_id when both are supplied.
[ "21m00Tcm4TlvDq8ikWAM" ]
Headers
Your API key. This is required by most endpoints to access our API programmatically. You can view your xi-api-key using the 'Profile' tab on the website.
Your API key. This is required by most endpoints to access our API programmatically. You can view your xi-api-key using the 'Profile' tab on the website.
Response
Successful Response
Example response
{
"count": 42
}Changes
Changed in 1 of the 27 revisions of this API.1
- ○
added the new optional
queryrequest parameteragent_idsnew-optional-request-parameter
- ○