---
title: "Get phone number"
method: GET
path: "/api/v4/numbers/{number_id}"
tags: ["Numbers"]
---

# Get phone number

`GET /api/v4/numbers/{number_id}`

Returns detailed information about a specific phone number.

## Path parameters

- `number_id` integer, required

## Response `200`

OK

- object
  - `number` 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.

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not found
- `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)
