Skip to main content
GET
List Voice Agents

Authorizations

X-API-KEY
string
header
required

Query Parameters

scope
enum<string>
default:private

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

Cookies

la_session
string

Response

Successful Response

code
integer
default:100
data
VoiceAgentListItemSchema · object[]
message
string