List Active Agents
Returns the voice agents on your account that are currently active (and not archived) — i.e. the agents able to take calls right now. Useful for validating an agent_uuid before triggering POST /v1/call, or for populating an agent picker in your own system.
Agents are ordered by most recently updated first.
Authorizations
16-character API token associated with your OSVI account. Find it in your dashboard under Settings → API.
Response
Array of active agents. Returns [] when no agents are active. Note: unlike other v1 endpoints, the response is a bare array without a success/data wrapper.
The agent's unique identifier — the value to pass as agent_uuid elsewhere in the API.
"agent_IsZ3Q6Sf_60Eh26XQMGbz-R_og"
The agent's display name from the dashboard.
"Appointment Reminder"
Always active — inactive and archived agents are excluded from this endpoint.
active "active"
