Links

Get Status of Agents

Retrieves the number of agents for each status.
HTTP Method
URL
Requires Auth
GET
/api/v1/livechat/analytics/dashboards/charts/agents-status
yes
Permission required: view-livechat-manager

Query Parameters

Key
Example Value
Description
departmentId
CAJioQNAvLnYWTy8i
The department ID. This parameter is optional.

Example Call

curl --location --request GET 'http://localhost:3000/api/v1/api/v1/livechat/analytics/dashboards/charts/agents-status\
--header 'X-Auth-Token: myauth-token' \
--header 'X-User-Id: myuser-name'

Example Response

{
"_id": null,
"offline": 78,
"away": 5,
"busy": 0,
"available": 3,
"success": true
}
Last modified 4d ago
Deprecation for cloud services and apps is now extended to November 20, 2023. Rocket.Chat versions receive support for six months after release.