GET
/
phone_numbers
/
{id}
curl --request GET \
  --url https://api.vogent.ai/api/phone_numbers/{id}
{
  "id": "<string>",
  "number": "+18001234567",
  "agentId": "<string>"
}

Path Parameters

id
string
required

ID of the versioned prompt.

Response

200
application/json
Successful operation
id
string
required
number
string
required

The number in e.164 format.

agentId
string | null
required

The ID of the linked agent, if the phone number is linked to one.