---
title: "List Phone Numbers"
method: GET
path: "/phone_numbers_admin/phone-numbers"
tags: ["phone_numbers_admin"]
---

# List Phone Numbers

`GET /phone_numbers_admin/phone-numbers`

## 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

---

[API](https://skmtc.dev/getanana/apis/cleon-api.md) · [All operations](https://skmtc.dev/getanana/apis/cleon-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/getanana/cleon-api/revisions/c0f54348e251/schema)
