Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
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" } }
Retrieve all phone numbers currently assigned to a specific agent.
API key authentication. Include your API key in the Authorization header: Bearer <your_api_key>
Agent ID
Phone numbers assigned to this agent