Skip to main content
GET
/
v1
/
agents
/
{agentId}
/
telephony
/
phone-numbers
List all phone numbers for a project
curl --request GET \
  --url https://api.us.poly.ai/v1/agents/{agentId}/telephony/phone-numbers \
  --header 'x-api-key: <api-key>'
{
  "phoneNumbers": [
    {
      "number": "<string>",
      "projectId": "<string>",
      "accountId": "<string>",
      "clientEnv": "<string>",
      "connectorId": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.poly.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

x-api-key
string
header
required

Path Parameters

agentId
string
required

Query Parameters

connectorId
string

Filter by connector ID

Response

Successful response

Every phone number in the project, optionally filtered by connector.

phoneNumbers
object[]
required
Last modified on May 11, 2026