GetStatusHistory retrieves any agent's status history.
GET/api/v1/engagements/admin/agents/:agentId/status/history
Requires engagements:agent_status:read permission for viewing other agents.
Pagination
- limit: Maximum records (default: 100, max: 500)
- offset: Records to skip
Errors
- NOT_FOUND: Agent not found
- PERMISSION_DENIED: Caller lacks permission to view this agent
Request
Responses
- 200
- default
A successful response.
An unexpected error response.