domain_list
List all domains in your Internet.bs account with filtering by date or search term, pagination, and sorting.
Instructions
List all domains in your Internet.bs account. Supports filtering, pagination, and sorting.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sortBy | No | Field to sort results by (e.g. DomainName, ExpirationDate) | |
| rangeTo | No | End index for pagination (1-based). Use with rangeFrom for paginated results. | |
| rangeFrom | No | Start index for pagination (1-based). Use with rangeTo for paginated results. | |
| compactList | No | If YES, returns only domain names. If NO, returns full details. Defaults to NO. | |
| pendingOnly | No | If YES, returns only domains with pending operations. Defaults to NO. | |
| expirationToDate | No | Filter domains expiring on or before this date (format: YYYY/MM/DD) | |
| searchTermFilter | No | Filter domains containing this search term (e.g. 'example' matches example.com, myexample.net) | |
| expirationFromDate | No | Filter domains expiring on or after this date (format: YYYY/MM/DD) |