---
title: "List All Numbers using Channel Billing"
method: GET
path: "/list"
tags: ["Voice Channels"]
---

# List All Numbers using Channel Billing

`GET /list`

Retrieve a list of all phone numbers using Channel Billing, grouped by Zone.

## Response `200`

A list of numbers using GCB, grouped by channel zone

- object
  - `data` object[]
    - `zone_name` string
    - `zone_id` string
    - `number_of_channels` integer
    - `numbers` object[]
      - `number` string
      - `country` string
  - `meta` PaginationMeta
    - `total_pages` integer
    - `total_results` integer
    - `page_number` integer
    - `page_size` integer

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `404` — Resource not found

---

[API](https://skmtc.net/team-telnyx/apis/telnyx-api-2.md) · [All operations](https://skmtc.net/team-telnyx/apis/telnyx-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/team-telnyx/telnyx-api-2/revisions/8f5f4e537994/schema)
