---
title: "List channel bindings for a phone number"
method: GET
path: "/v1/communication/phone-numbers/{phone_number_id}/channels"
tags: ["communication"]
---

# List channel bindings for a phone number

`GET /v1/communication/phone-numbers/{phone_number_id}/channels`

## Path parameters

- `phone_number_id` string, uuid, required

## Query parameters

- `channel_type` string, nullable

## Response `200`

Successful Response

- ChannelResponse[]
  - `id` string, uuid, required
  - `phone_number_id` string, uuid, required
  - `channel_type` 'sms' | 'inbound_call' | 'outbound_call', required
  - `agent_id` string, uuid, nullable
  - `agent_revision_id` string, uuid, nullable
  - `team_id` string, uuid, nullable
  - `team_revision_id` string, uuid, nullable
  - `created_at` string, date-time, required

## Other responses

- `400` — Bad request
- `401` — Authentication required
- `404` — Resource not found
- `422` — Validation Error

---

[API](https://skmtc.net/oneloop-hq/apis/feather-api.md) · [All operations](https://skmtc.net/oneloop-hq/apis/feather-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/oneloop-hq/feather-api/revisions/888bdd5c076e/schema)
