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

# List phone numbers

`GET /api/v2/phone-numbers`

Returns all phone numbers provisioned for the workspace.

## Query parameters

- `limit` integer
- `starting_after` string, nullable

## Headers

- `X-API-KEY` string, nullable
- `Authorization` string, nullable
- `X-Workspace-Id` string, nullable

## Response `200`

Successful Response

- ListResponsePhoneNumberResponse
  - `data` PhoneNumberResponse[], required
    - `object` 'phone_number' — Object type identifier.
    - `id` string, required — Unique phone number configuration identifier.
    - `phone_number` string, required — Phone number in E.164 format.
    - `country_code` string, nullable — ISO country code.
    - `active` boolean, required — Whether the phone number is active.
    - `date_provisioned` number, nullable — Unix timestamp when the number was provisioned.
  - `pagination` PaginationMeta, required
    - `has_more` boolean, required — Whether more results exist beyond this page
    - `total_count` integer, nullable — Total number of results (if available)
    - `url` string, nullable — URL of this resource

## Other responses

- `401` — Invalid or missing API key.
- `422` — Validation Error
- `429` — Rate limit exceeded.

---

[API](https://skmtc.net/heymilo/apis/heymilo-public-api.md) · [All operations](https://skmtc.net/heymilo/apis/heymilo-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/heymilo/heymilo-public-api/revisions/a93ca9c2c777/schema)
