---
title: "Get Voice Agent Phone Numbers"
method: GET
path: "/voice_agents/voice-agents/{voice_agent_id}/phone-numbers"
tags: ["voice_agents"]
---

# Get Voice Agent Phone Numbers

`GET /voice_agents/voice-agents/{voice_agent_id}/phone-numbers`

## Path parameters

- `voice_agent_id` string, uuid, required

## Response `200`

Successful Response

- PhoneNumberDBRead[]
  - `external_id` string, required
  - `external_created_at` string, date-time, required
  - `external_updated_at` string, date-time, required
  - `external_assistant_id` string, nullable, required
  - `number` string, required
  - `name` string, nullable, required
  - `provider` 'twilio' | 'byo-phone-number' | 'telnyx', required
  - `status` 'active' | 'activating' | 'blocked', nullable, required
  - `outbound_voice_agent_id` string, uuid, nullable, required
  - `id` string, uuid, required
  - `tenant_id` string, uuid, nullable
  - `inbound_voice_agent_id` string, uuid, nullable
  - `voice_platform` string, nullable
  - `livekit_dispatch_rule_id` string, nullable
  - `livekit_inbound_trunk_id` string, nullable
  - `livekit_outbound_trunk_id` string, nullable
  - `sip_prefix_to_strip` string, nullable
  - `sip_default_region` string, nullable
  - `language` string, nullable
  - `intent_context` string, nullable

## Other responses

- `422` — Validation Error

## Changes

> 25 revisions in range; 1 not diffed.

- **2026-09-03** `d65b8fefae34` — 2 info
  - added the optional property `detail/items/ctx` to the response with the `422` status
  - added the optional property `detail/items/input` to the response with the `422` status

[Change history](https://skmtc.dev/getanana/apis/cleon-api/changes/voice_agents/voice-agents/:voice_agent_id/phone-numbers/get.md)

---

[API](https://skmtc.dev/getanana/apis/cleon-api.md) · [All operations](https://skmtc.dev/getanana/apis/cleon-api/llms.txt) · [OpenAPI document](https://skmtc.dev/getanana/apis/cleon-api/revisions/704de2d43c75?raw)
