---
title: "List Test Call Phone Numbers"
method: GET
path: "/outbound-test-calls/phone-numbers"
tags: ["Outbound Test Calls"]
---

# List Test Call Phone Numbers

`GET /outbound-test-calls/phone-numbers`

List the customer's outbound-enabled numbers available for a test call.

Omits VAPI/squad IDs -- `ready` is all the client needs to know.

## Response `200`

Successful Response

- OutboundTestCallPhoneNumbersResponse — Response listing numbers available for an outbound test call.
  - `phone_numbers` OutboundTestCallPhoneNumberOption[], required
    - `phone_number_id` string, uuid, required
    - `phone_number` string, required
    - `label` string, nullable
    - `ready` boolean, required — True when the number can actually place calls

---

[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)
