Skip to main content
GET
/
agents
/
{agent_id}
/
phone-numbers
List Phone Numbers
curl --request GET \
  --url https://api.example.com/agents/{agent_id}/phone-numbers \
  --header 'Authorization: Bearer <token>'
{
  "agent_id": "<string>",
  "phone_numbers": [
    {
      "agent_id": "<string>",
      "phone_number": "<string>",
      "provider": "<string>",
      "sip_uri": "<string>",
      "dispatch_rule_id": "<string>",
      "outbound_enabled": true,
      "status": "<string>",
      "created_at": "<string>",
      "instructions": {},
      "outbound_trunk_id": "<string>",
      "outbound_address": "<string>",
      "provider_config": {},
      "room_pattern": "<string>",
      "livekit_sip_domain": "<string>",
      "inbound_addresses": [
        "<string>"
      ],
      "supported_providers": [
        {}
      ]
    }
  ]
}

Documentation Index

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

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

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

agent_id
string<uuid>
required

Response

Successful Response

Response for listing agent phone numbers.

agent_id
string
required
phone_numbers
PhoneNumberResponse · object[]
required