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

# List phone numbers

`GET /v2/phone-numbers`

Returns a cursor-paginated list of phone numbers in your organization.

## Query parameters

- `page_size` integer
- `cursor` string
- `phone_number` string
- `name` string

## Response `200`

Paginated list of phone numbers.

- ListPhoneNumbersResponse
  - `has_more` boolean, required — Whether more records exist after this page.
  - `next_cursor` string — Opaque cursor to pass as `cursor` in the next request.
  - `phone_numbers` PhoneNumberResponse[], required
    - `id` string, required
    - `phone_number` string, required
    - `name` string
    - `inbound_agent_uid` string
    - `outbound_agent_uid` string
    - `created_at` string, date-time
    - `updated_at` string, date-time

## Other responses

- `401` — Missing or invalid API key.
- `429` — Rate limit exceeded.
- `500` — Unexpected server error.

---

[API](https://skmtc.net/openmicai/apis/openmic-v1-external-api.md) · [All operations](https://skmtc.net/openmicai/apis/openmic-v1-external-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/openmicai/openmic-v1-external-api/revisions/58dc5cff0ca7/schema)
