---
title: "Batch get connectors by ID"
method: POST
path: "/v1/agents/{agentId}/telephony/connectors/batch"
tags: ["Connectors"]
---

# Batch get connectors by ID

`POST /v1/agents/{agentId}/telephony/connectors/batch`

## Request body

- BatchGetConnectorsBody — Set of connector IDs to retrieve in a single call.
  - `connectorIds` string[], required — List of connector IDs to retrieve

## Response `200`

Successful response

- BatchGetConnectorsResponse — Result of a batch connector lookup, partitioned into connectors that were found and IDs that weren't.
  - `found` ConnectorResponse[], required
    - `connectorId` string, required — Unique connector identifier
    - `name` string, required — Connector display name
    - `accountId` string, required — Account this connector belongs to
    - `projectId` string, required — Project this connector belongs to
    - `clientEnv` string, required — Client environment (sandbox, pre-release, live)
    - `variantId` string, required — Assigned variant ID (empty string if unassigned)
    - `asrLangCode` string, required — ASR language code (e.g. en-US)
    - `ttsLangCode` string, required — TTS language code (e.g. en-US)
    - `voiceName` string, required — Google TTS voice name (e.g. en-US-Neural2-A)
    - `disableHandoff` boolean, required — Whether call handoff is disabled
  - `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/revisions/76f3c606e395/schema)
