Skip to main content
GET
/
telephony
/
agents
/
{agent_id}
/
numbers
List Agent Phone Numbers
curl --request GET \
  --url https://api.truedy.ai/api/public/v1/telephony/agents/{agent_id}/numbers \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "number": "+18005559876",
      "country": "US",
      "capabilities": [
        "voice"
      ],
      "assigned_at": "2026-03-01T10:00:00Z"
    },
    {
      "number": "+12125550001",
      "country": "US",
      "capabilities": [
        "voice"
      ],
      "assigned_at": "2026-02-20T14:30:00Z"
    }
  ],
  "meta": {
    "request_id": "req_32e7531c",
    "ts": "2026-04-05T10:22:00Z"
  }
}

Authorizations

Authorization
string
header
required

API key authentication. Include your API key in the Authorization header: Bearer <your_api_key>

Path Parameters

agent_id
string
required

Agent ID

Response

Phone numbers assigned to this agent