---
title: "List Purchased Numbers"
method: GET
path: "/api/v1/phone-numbers/list"
tags: ["PhoneService"]
---

# List Purchased Numbers

`GET /api/v1/phone-numbers/list`

## Query parameters

- `region` string
- `iso_country` string
- `is_active` boolean

## Response `200`

Successful response

- ListPurchasedNumbersResponse
  - `success` boolean
  - `message` string
  - `data` PurchasedNumber[]
    - `id` string — Record ID
    - `telephony_id` string — Associated telephony ID
    - `subscription_id` string — Associated subscription ID
    - `inbound_trunk_id` string — Inbound SIP trunk ID
    - `outbound_trunk_id` string — Outbound SIP trunk ID
    - `number` string — Phone number in E.164 format
    - `friendly_name` string — Human-readable label
    - `per_minute_price_inbound` integer — Per-minute inbound price
    - `per_minute_price_outbound` integer — Per-minute outbound price
    - `price` integer — Monthly price
    - `region` string — Region
    - `iso_country` string — ISO country code
    - `is_active` boolean — Whether the number is active
    - `created_at` string — Creation timestamp
    - `updated_at` string — Last update timestamp

---

[API](https://skmtc.net/ravan/apis/agni-api.md) · [All operations](https://skmtc.net/ravan/apis/agni-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ravan/agni-api/versions/48f45dc58534/schema)
