---
title: "Get purchased phone numbers"
method: GET
path: "/api/v4/numbers"
tags: ["Numbers"]
---

# Get purchased phone numbers

`GET /api/v4/numbers`

Returns a list of all purchased phone numbers.

## Query parameters

- `limit` integer
- `offset` integer

## Response `200`

OK

- object
  - `numbers` Number[]
    - `id` integer — The unique identifier of the number.
    - `phone_number` string — The phone number.
    - `label` string, nullable — Label for the number.
    - `type` 'mobile' | 'national' | 'toll_free' | 'shared_cost' | 'geographic' — Number type.
    - `country` string, nullable — Country of the number.
    - `city` string, nullable — City of the number.
    - `channels` integer, nullable — Channel capacity for the number.
    - `provider` 'Voiso' | '3rd party', nullable — Provider of the number.
    - `pricing` object — Pricing details.
      - `activation_fee` string
      - `monthly_fee` string
      - `partial_month_fee` string
      - `price_per_min` string
    - `caller_id_groups` CallerIDGroupShort[] — Caller ID groups that include this number.
      - `id` integer — The unique identifier of the caller ID group
      - `name` string — The name of the caller ID group.
    - `flow` FlowShort
      - `id` string, uuid — The unique identifier of the flow.
      - `name` string — The name of the flow.
    - `created_at` string, date-time — Date and time the number was created.
    - `updated_at` string, date-time — Date and time the number was updated.
  - `metadata` Metadata — Pagination metadata for list responses.
    - `total` integer — The total number of items available for the requested resource.
    - `next_cursor` string, nullable — Cursor for fetching the next page of results when cursor-based pagination is supported.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `429` — Too many requests

---

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