Get Ring Group Agent Activity
GET/v2/pbxes/:pbxId/ring-group-agent-activity/:ringGroupId
Returns per-agent activity for the members of a ring group on the given PBX, identified by the ring group id. Each row reports an agent's extension and the requested metrics — how long the agent was logged in to, and logged out of, the ring group over the reporting window. If no date range is provided, the metrics reflect the last 24 hours.
Request
Responses
- 200
- 401
- 403
- 404
- 409
OK
Unauthorized
Forbidden
Not Found — the PBX was not found. An unknown ring group is not a 404: it returns 200 with an empty ringGroupAgentActivity list.
Conflict