---
title: "List Twilio Phone Numbers"
method: GET
path: "/api/v1/channels/twilio/{channel_id}/numbers"
tags: ["channels.twilio.numbers"]
---

# List Twilio Phone Numbers

`GET /api/v1/channels/twilio/{channel_id}/numbers`

List Twilio phone numbers.

## Path parameters

- `channel_id` integer, required

## Response `200`

Successful Response

- TwilioListNumbersResponse — Response model for a list of Twilio phone numbers
  - `phone_numbers` TwilioPhoneNumber[], required — List of phone numbers.
    - `sid` string, required — The unique identifier for the phone number.
    - `phone_number` string, required — The phone number.
    - `friendly_name` string, required — A user-friendly name for the number.
    - `trunk_sid` string, required — Associated trunk SID, if any.

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/asksyllable/apis/syllablesdk.md) · [All operations](https://skmtc.net/asksyllable/apis/syllablesdk/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/asksyllable/syllablesdk/versions/ac3228f980bb/schema)
