phone_system_active_numbers
Retrieve active phone numbers by location and filter by partial number pattern. Exclude numbers in pools for precise listing.
Instructions
List active numbers
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | The page index for pagination. The default is 0. | |
| pageSize | No | How many resources to return in each list page. The default is 50, and the maximum is 1000. | |
| locationId | No | The unique identifier of the location Defaults to GHL_LOCATION_ID when omitted. | |
| searchFilter | No | Filter numbers by phone number pattern. Supports partial matching (e.g., "+91" to find all Indian numbers). | |
| skipNumberPool | No | Whether to exclude numbers that are assigned to number pools. Default is true. |