---
title: "List phone numbers"
method: GET
path: "/api/v2/crm-actions/phone-numbers"
tags: ["CRMActions"]
---

# List phone numbers

`GET /api/v2/crm-actions/phone-numbers`

Retrieve all phone numbers associated with the current organization.


Requires one of the following scopes: `crm_actions:read`, `crm_actions:all`, `all:read`, `all:all`

## Response `200`

Default Response

- object[]
  - `id` string — Unique identifier of the phone number record.
  - `timestamp_created` string, date-time — Timestamp when the phone number record was created.
  - `organization_id` string — Identifier of the organization that owns this phone number.
  - `phone_number` string — The phone number in international E.164 format.
  - `country` string — Country code where the phone number is registered.
  - `locality` string — City or region associated with the phone number.
  - `subscription_id` string — Billing subscription ID linked to this phone number.
  - `twilio_sid` string — Twilio resource SID for the phone number.
  - `renewal_date` string, date — Next renewal date for the phone number subscription.
  - `price` number — Monthly price for this phone number (USD).

## Other responses

- `401` — This request is unauthorized (either the Authorization header is missing or invalid, or the API key has been revoked)
- `402` — This request cannot be fulfilled because the workspace does not have an active paid plan
- `404` — The requested resource was not found
- `429` — You have exceeded the rate limit. Please check the rate limit docs for more information.

---

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