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

# List Available Phone Numbers

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

List the caller tenant's available (owned but unassigned) phone numbers.

A number is available to a tenant once a super admin has provisioned it into
that tenant's pool (import stamps tenant_id). Numbers owned by other tenants
are never returned — this endpoint is tenant-scoped, not a global trunk dump.
Trunk name is resolved from LiveKit best-effort for display.

## Response `200`

Successful Response

- AvailablePhoneNumber[]
  - `number` string, required
  - `trunk_id` string, required
  - `trunk_name` string, 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.dev/getanana/apis/cleon-api/revisions/6b978a517225?raw)
