List voice agents

GET/v1/voice-agents

List agents with voice configuration and phone-number binding status.

How to call this endpoint

Every ACP API request uses bearer authentication. The examples here show the actual request path, auth header, and body shape that the platform expects.

Path, query, and header parameters

These parameters control which ACP object the endpoint acts on and how the request is processed.

Path parameters
None.
Query parameters
None.

Body schema

This endpoint does not require a request body.

None.

What the API returns

Each response code below includes the documented payload shape for the ACP API.

200Voice agentsapplication/json
FieldTypeRequiredDescription
objectstringNo
voiceAgentsobject[]No
voiceAgents[].agentobjectNo
voiceAgents[].agent.idstringNoUnique identifier.
voiceAgents[].agent.userIdstringNoUser ID.
voiceAgents[].agent.organizationIdstringNo
voiceAgents[].agent.createdByUserIdstringNo
voiceAgents[].agent.projectIdstringNoProject ID.
voiceAgents[].agent.namestringNoHuman-readable name.
voiceAgents[].agent.descriptionstringNoHuman-readable description.
voiceAgents[].agent.modelstringNoModel identifier for the agent. Built-in managed models: - `claude-opus-4-8` - `claude-opus-4-7` - `claude-opus-4-6` - `claude-sonnet-4-5` - `claude-haiku-4-5` - `gpt-5.5-pro` - `gpt-5.5` - `gpt-5.4` - `gpt-5.4-mini` - `gpt-5.4-nano` - `gemini-3-flash` - `gemini-3-1-flash` - `gemini-3-1-pro` - `deepseek-v4-pro` - `deepseek-v4-flash` - `kimi-k2.6` Team and Enterprise workspaces can also use connected external models in the form `external:{providerType}:{urlEncodedModelId}`. Use `GET /agents/models` to discover the exact managed and external model IDs available in the current workspace.
voiceAgents[].agent.instructionsstringNo
voiceAgents[].agent.binaryClaude Code CLINoExecution binary used for the agent runtime.
voiceAgents[].agent.reasoningEffortminimal | low | medium | highNoReasoning intensity used by the execution runtime.
voiceAgents[].agent.enabledSkillsstring[]NoSkill IDs enabled for this agent, for example `deep_research` or custom installed skills.
voiceAgents[].agent.deepResearchModelgemini-3-flash-preview | gemini-3-pro-previewNoOptional model override used by the deep research skill when enabled.
voiceAgents[].agent.permissionSetobjectNoAgent permission policy. The shape is intentionally subject-typed so it can also be reused for human users and teams later.
voiceAgents[].agent.permissionSet.version1No
voiceAgents[].agent.permissionSet.subjectTypeagent | human_user | teamNo
voiceAgents[].agent.permissionSet.defaultAccessfull_access | ask_for_permission | read_only | no_accessNoAccess level for a resource category. `full_access` allows viewing and actions, `ask_for_permission` allows proposed actions that require approval, `read_only` allows viewing without mutation, and `no_access` blocks view and action access.
voiceAgents[].agent.permissionSet.resourcesobjectNo
voiceAgents[].agent.permissionSet.resources.agentsobjectNo
voiceAgents[].agent.permissionSet.resources.agents.defaultAccessfull_access | ask_for_permission | read_only | no_accessNoAccess level for a resource category. `full_access` allows viewing and actions, `ask_for_permission` allows proposed actions that require approval, `read_only` allows viewing without mutation, and `no_access` blocks view and action access.
voiceAgents[].agent.permissionSet.resources.agents.rulesobject[]No
voiceAgents[].agent.permissionSet.resources.agents.rules[].idstringNoOptional stable rule ID.
voiceAgents[].agent.permissionSet.resources.agents.rules[].targetIdstringNoOptional resource identifier for agent, skill, server, computer, or project rules.
voiceAgents[].agent.permissionSet.resources.agents.rules[].pathstringNoOptional file or directory path for path-scoped rules.
voiceAgents[].agent.permissionSet.resources.agents.rules[].accessfull_access | ask_for_permission | read_only | no_accessNoAccess level for a resource category. `full_access` allows viewing and actions, `ask_for_permission` allows proposed actions that require approval, `read_only` allows viewing without mutation, and `no_access` blocks view and action access.
voiceAgents[].agent.permissionSet.resources.agents.rules[].notestringNoOptional human-readable note for the rule.
voiceAgents[].agent.permissionSet.resources.skillsobjectNo
voiceAgents[].agent.permissionSet.resources.skills.defaultAccessfull_access | ask_for_permission | read_only | no_accessNoAccess level for a resource category. `full_access` allows viewing and actions, `ask_for_permission` allows proposed actions that require approval, `read_only` allows viewing without mutation, and `no_access` blocks view and action access.
voiceAgents[].agent.permissionSet.resources.skills.rulesobject[]No
voiceAgents[].agent.permissionSet.resources.skills.rules[].idstringNoOptional stable rule ID.
voiceAgents[].agent.permissionSet.resources.skills.rules[].targetIdstringNoOptional resource identifier for agent, skill, server, computer, or project rules.
voiceAgents[].agent.permissionSet.resources.skills.rules[].pathstringNoOptional file or directory path for path-scoped rules.
voiceAgents[].agent.permissionSet.resources.skills.rules[].accessfull_access | ask_for_permission | read_only | no_accessNoAccess level for a resource category. `full_access` allows viewing and actions, `ask_for_permission` allows proposed actions that require approval, `read_only` allows viewing without mutation, and `no_access` blocks view and action access.
voiceAgents[].agent.permissionSet.resources.skills.rules[].notestringNoOptional human-readable note for the rule.
voiceAgents[].agent.permissionSet.resources.serversobjectNo
voiceAgents[].agent.permissionSet.resources.servers.defaultAccessfull_access | ask_for_permission | read_only | no_accessNoAccess level for a resource category. `full_access` allows viewing and actions, `ask_for_permission` allows proposed actions that require approval, `read_only` allows viewing without mutation, and `no_access` blocks view and action access.
voiceAgents[].agent.permissionSet.resources.servers.rulesobject[]No
voiceAgents[].agent.permissionSet.resources.servers.rules[].idstringNoOptional stable rule ID.
voiceAgents[].agent.permissionSet.resources.servers.rules[].targetIdstringNoOptional resource identifier for agent, skill, server, computer, or project rules.
voiceAgents[].agent.permissionSet.resources.servers.rules[].pathstringNoOptional file or directory path for path-scoped rules.
voiceAgents[].agent.permissionSet.resources.servers.rules[].accessfull_access | ask_for_permission | read_only | no_accessNoAccess level for a resource category. `full_access` allows viewing and actions, `ask_for_permission` allows proposed actions that require approval, `read_only` allows viewing without mutation, and `no_access` blocks view and action access.
voiceAgents[].agent.permissionSet.resources.servers.rules[].notestringNoOptional human-readable note for the rule.
voiceAgents[].agent.permissionSet.resources.computersobjectNo
voiceAgents[].agent.permissionSet.resources.computers.defaultAccessfull_access | ask_for_permission | read_only | no_accessNoAccess level for a resource category. `full_access` allows viewing and actions, `ask_for_permission` allows proposed actions that require approval, `read_only` allows viewing without mutation, and `no_access` blocks view and action access.
voiceAgents[].agent.permissionSet.resources.computers.rulesobject[]No
voiceAgents[].agent.permissionSet.resources.computers.rules[].idstringNoOptional stable rule ID.
voiceAgents[].agent.permissionSet.resources.computers.rules[].targetIdstringNoOptional resource identifier for agent, skill, server, computer, or project rules.
voiceAgents[].agent.permissionSet.resources.computers.rules[].pathstringNoOptional file or directory path for path-scoped rules.
voiceAgents[].agent.permissionSet.resources.computers.rules[].accessfull_access | ask_for_permission | read_only | no_accessNoAccess level for a resource category. `full_access` allows viewing and actions, `ask_for_permission` allows proposed actions that require approval, `read_only` allows viewing without mutation, and `no_access` blocks view and action access.
voiceAgents[].agent.permissionSet.resources.computers.rules[].notestringNoOptional human-readable note for the rule.
voiceAgents[].agent.permissionSet.resources.filesobjectNo
voiceAgents[].agent.permissionSet.resources.files.defaultAccessfull_access | ask_for_permission | read_only | no_accessNoAccess level for a resource category. `full_access` allows viewing and actions, `ask_for_permission` allows proposed actions that require approval, `read_only` allows viewing without mutation, and `no_access` blocks view and action access.
voiceAgents[].agent.permissionSet.resources.files.rulesobject[]No
voiceAgents[].agent.permissionSet.resources.files.rules[].idstringNoOptional stable rule ID.
voiceAgents[].agent.permissionSet.resources.files.rules[].targetIdstringNoOptional resource identifier for agent, skill, server, computer, or project rules.
voiceAgents[].agent.permissionSet.resources.files.rules[].pathstringNoOptional file or directory path for path-scoped rules.
voiceAgents[].agent.permissionSet.resources.files.rules[].accessfull_access | ask_for_permission | read_only | no_accessNoAccess level for a resource category. `full_access` allows viewing and actions, `ask_for_permission` allows proposed actions that require approval, `read_only` allows viewing without mutation, and `no_access` blocks view and action access.
voiceAgents[].agent.permissionSet.resources.files.rules[].notestringNoOptional human-readable note for the rule.
voiceAgents[].agent.permissionSet.resources.directoriesobjectNo
voiceAgents[].agent.permissionSet.resources.directories.defaultAccessfull_access | ask_for_permission | read_only | no_accessNoAccess level for a resource category. `full_access` allows viewing and actions, `ask_for_permission` allows proposed actions that require approval, `read_only` allows viewing without mutation, and `no_access` blocks view and action access.
voiceAgents[].agent.permissionSet.resources.directories.rulesobject[]No
voiceAgents[].agent.permissionSet.resources.directories.rules[].idstringNoOptional stable rule ID.
voiceAgents[].agent.permissionSet.resources.directories.rules[].targetIdstringNoOptional resource identifier for agent, skill, server, computer, or project rules.
voiceAgents[].agent.permissionSet.resources.directories.rules[].pathstringNoOptional file or directory path for path-scoped rules.
voiceAgents[].agent.permissionSet.resources.directories.rules[].accessfull_access | ask_for_permission | read_only | no_accessNoAccess level for a resource category. `full_access` allows viewing and actions, `ask_for_permission` allows proposed actions that require approval, `read_only` allows viewing without mutation, and `no_access` blocks view and action access.
voiceAgents[].agent.permissionSet.resources.directories.rules[].notestringNoOptional human-readable note for the rule.
voiceAgents[].agent.permissionSet.resources.projectsobjectNo
voiceAgents[].agent.permissionSet.resources.projects.defaultAccessfull_access | ask_for_permission | read_only | no_accessNoAccess level for a resource category. `full_access` allows viewing and actions, `ask_for_permission` allows proposed actions that require approval, `read_only` allows viewing without mutation, and `no_access` blocks view and action access.
voiceAgents[].agent.permissionSet.resources.projects.rulesobject[]No
voiceAgents[].agent.permissionSet.resources.projects.rules[].idstringNoOptional stable rule ID.
voiceAgents[].agent.permissionSet.resources.projects.rules[].targetIdstringNoOptional resource identifier for agent, skill, server, computer, or project rules.
voiceAgents[].agent.permissionSet.resources.projects.rules[].pathstringNoOptional file or directory path for path-scoped rules.
voiceAgents[].agent.permissionSet.resources.projects.rules[].accessfull_access | ask_for_permission | read_only | no_accessNoAccess level for a resource category. `full_access` allows viewing and actions, `ask_for_permission` allows proposed actions that require approval, `read_only` allows viewing without mutation, and `no_access` blocks view and action access.
voiceAgents[].agent.permissionSet.resources.projects.rules[].notestringNoOptional human-readable note for the rule.
voiceAgents[].agent.voiceModeoff | web | phone | web_and_phoneNoVoice availability for an agent.
voiceAgents[].agent.voiceProviderxaiNo
voiceAgents[].agent.voiceModelstringNo
voiceAgents[].agent.voiceIdstringNoxAI built-in or custom voice ID.
voiceAgents[].agent.voiceInstructionsstringNo
voiceAgents[].agent.voiceLanguageHintstringNo
voiceAgents[].agent.voiceTurnDetectionobjectNo
voiceAgents[].agent.voicePronunciationReplacementsobjectNo
voiceAgents[].agent.isDefaultbooleanNo
voiceAgents[].agent.isSystembooleanNo
voiceAgents[].agent.isActivebooleanNo
voiceAgents[].agent.metadataobjectNoFree-form metadata object.
voiceAgents[].agent.createdAtstringNoISO 8601 timestamp.
voiceAgents[].agent.updatedAtstringNoISO 8601 timestamp.
voiceAgents[].agent.lastRunAtstringNo
voiceAgents[].voiceobjectNo
voiceAgents[].phoneNumberobjectNo
voiceAgents[].phoneNumber.idstringNoUnique identifier.
voiceAgents[].phoneNumber.statusstringNoCurrent lifecycle status.
voiceAgents[].phoneNumber.originxai_provisioned | byo_trunkNo
voiceAgents[].phoneNumber.phoneNumberstringNo
voiceAgents[].phoneNumber.sipUristringNo
voiceAgents[].phoneNumber.providerxaiNo
voiceAgents[].phoneNumber.channelphoneNo
voiceAgents[].phoneNumber.lastErrorstringNo
voiceAgents[].phoneNumber.metadataobjectNoFree-form metadata object.
voiceAgents[].phoneNumber.createdAtstringNoISO 8601 timestamp.
voiceAgents[].phoneNumber.updatedAtstringNoISO 8601 timestamp.
voiceAgents[].recentSessionsobject[]No
voiceAgents[].recentSessions[].idstringNoUnique identifier.
voiceAgents[].recentSessions[].agentIdstringNoAgent ID.
voiceAgents[].recentSessions[].threadIdstringNoThread ID.
voiceAgents[].recentSessions[].bindingIdstringNo
voiceAgents[].recentSessions[].providerxaiNo
voiceAgents[].recentSessions[].channelweb | phoneNo
voiceAgents[].recentSessions[].statusinitializing | active | completed | failed | cancelledNoCurrent lifecycle status.
voiceAgents[].recentSessions[].xaiCallIdstringNo
voiceAgents[].recentSessions[].xaiSessionIdstringNo
voiceAgents[].recentSessions[].fromNumberstringNo
voiceAgents[].recentSessions[].toNumberstringNo
voiceAgents[].recentSessions[].startedAtstringNoISO 8601 timestamp.
voiceAgents[].recentSessions[].endedAtstringNo
voiceAgents[].recentSessions[].durationSecondsnumberNo
voiceAgents[].recentSessions[].metadataobjectNoFree-form metadata object.
countintegerNo
List voice agents
Loading...
Response 200
Loading...
See the ACP quickstart and SDK flow