Retrieve a paginated list of all phone numbers configured in your PIA Platform account
Phone Numbers
Retrieve a paginated list of all phone numbers configured in your PIA Platform account
Retrieve a paginated list of all phone numbers configured in your PIA Platform account. The list includes all phone number types (Import Phone Numbers and PIA-managed) and their current configurations. Use the page_size and page_token parameters to navigate through the list for accounts with many phone numbers.
The response includes essential information for each phone number:
- Phone number details and type
- Associated AI agent (if any)
- Configuration status
- Creation and last modified timestamps
GET
Retrieve a paginated list of all phone numbers configured in your PIA Platform account
Response
Successful Response
phone_numbers
(GetSIPPhoneNumberResponse · object | GetPiaPhoneNumberResponse · object | GetTwilioPhoneNumberResponse · object)[]
required
List of phone number records matching the query parameters
- GetSIPPhoneNumberResponse
- GetPiaPhoneNumberResponse
- GetTwilioPhoneNumberResponse
Token for retrieving the next page of results. Null if there are no more results

