---
title: "List Tenant Phone Numbers"
method: GET
path: "/api/v1/voice-platform/phone-numbers"
tags: ["phone-assignment"]
---

# List Tenant Phone Numbers

`GET /api/v1/voice-platform/phone-numbers`

List the phone numbers owned by the caller's tenant.

Filters on phone_numbers.tenant_id directly, so it returns the tenant's whole
pool — both assigned and owned-but-unassigned numbers.

## Response `200`

Successful Response

- TenantPhoneNumberRead[]
  - `number` string, required
  - `name` string, nullable, required
  - `status` string, nullable, required
  - `voice_platform` string, nullable, required
  - `inbound_voice_agent_id` string, uuid, nullable, required
  - `dispatch_rule_id` string, nullable, required

## Other responses

- `403` — Tenant admin required
- `404` — Tenant not found
- `410` — Tenant deleted

---

[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/3ad158624c53/schema)
