get_all_phone_numbers
Retrieve all phone numbers associated with a Twilio subaccount to manage telephony resources and configure communication services.
Instructions
Get all phone numbers associated with a Twilio subaccount
Input Schema
Name | Required | Description | Default |
---|---|---|---|
phone_number_sid | Yes | ||
source_account_sid | Yes | ||
target_account_sid | Yes |
Input Schema (JSON Schema)
{
"properties": {
"phone_number_sid": {
"title": "Phone Number Sid",
"type": "string"
},
"source_account_sid": {
"title": "Source Account Sid",
"type": "string"
},
"target_account_sid": {
"title": "Target Account Sid",
"type": "string"
}
},
"required": [
"source_account_sid",
"phone_number_sid",
"target_account_sid"
],
"type": "object"
}