---
title: "List Outbound Phone Numbers"
method: GET
path: "/developer/outbound-phone-numbers"
tags: ["Developer", "Developer - Outbound Calls"]
---

# List Outbound Phone Numbers

`GET /developer/outbound-phone-numbers`

List outbound-enabled phone numbers for the current customer.

## Response `200`

Successful Response

- OutboundPhoneNumbersResponse — Response with available outbound phone numbers.
  - `phone_numbers` OutboundPhoneNumberOption[], required
    - `phone_number_id` string, uuid, required
    - `phone_number` string, required
    - `label` string, nullable
    - `vapi_phone_number_id` string, nullable
    - `inbound_squad_id` string, nullable
    - `outbound_squad_id` string, nullable

---

[API](https://skmtc.dev/openintake/apis/fastapi.md) · [All operations](https://skmtc.dev/openintake/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/openintake/fastapi/revisions/b642b91e0a5c/schema)
