Skip to main content
GET
This endpoint retrieves a list of all phone numbers currently assigned to a specific assistant. This is useful for seeing which numbers will route incoming calls to this assistant.

Path Parameters

  • assistant_id (string, required): The unique identifier of the assistant whose phone numbers you want to list.

Response

The response is a JSON array of phone number objects. Each object contains details about the assigned phone number.
Response

Authorizations

Authorization
string
header
required

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

Path Parameters

assistant_id
integer
required

Response

Successful Response