GetStatusHistory retrieves agent status history.
GET/api/v1/voice/agents/:agentId/status/history
Returns historical status records for the agent, ordered by started_at descending (most recent first).
Pagination
- limit: Max records to return (default: 50, max: 500)
- offset: Records to skip
Errors
- NOT_FOUND: Agent does not exist
- PERMISSION_DENIED: Caller lacks voice:agent:read permission
Request
Responses
- 200
- default
A successful response.
An unexpected error response.