---
title: "Batch get phone numbers"
method: POST
path: "/v1/agents/{agentId}/telephony/phone-numbers/batch"
tags: ["Phone Numbers"]
---

# Batch get phone numbers

`POST /v1/agents/{agentId}/telephony/phone-numbers/batch`

## Request body

- BatchGetPhoneNumbersBody — Set of E.164 phone numbers to retrieve in a single call.
  - `phoneNumbers` string[], required — List of phone numbers to retrieve

## Response `200`

Successful response

- BatchGetPhoneNumbersResponse — Result of a batch phone-number lookup, partitioned into numbers that were found and numbers that weren't.
  - `found` PhoneNumberResponse[], required
    - `number` string, required — Phone number in E.164 format
    - `projectId` string, required — Project this number belongs to
    - `accountId` string, required — Account this number belongs to
    - `clientEnv` string, required — Client environment (sandbox, pre-release, live)
    - `connectorId` string — Connector this number is routed to
  - `notFound` string[], required

## Other responses

- `400` — Validation error
- `401` — Unauthorized – missing or invalid API key
- `403` — Forbidden – insufficient permissions

---

[API](https://skmtc.net/poly/apis/polyai-agents-api.md) · [All operations](https://skmtc.net/poly/apis/polyai-agents-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/poly/polyai-agents-api/versions/76f3c606e395/schema)
