Voice Agents
List Voice Agents
List voice agents.
scope selects which agents are returned:
private(default) — only the agents your space owns.public— preset agents owned by no space. Read-only: they cannot be updated or deleted (PATCH/DELETE return404).
Items omit agent_configuration — retrieve a single agent to see its full configuration.
GET
List Voice Agents
Authorizations
Query Parameters
Which agents GET /v1/voice_agents returns.
A distinct dimension from agent_type (how the conversation runs): scope is
about ownership. private is the default so existing callers keep seeing exactly
the set they own today.
Named scope rather than voice_agent_type (voices' voice_type precedent)
because agent_type is already taken on this resource.
private— only the caller's space owns.public— presets owned by no space (space_id IS NULL); read-only to everyone.
Available options:
private, public