list-me-domains
Retrieve a list of domains owned by your account, with optional filters by state or exact FQDN match. Supports pagination to navigate results and find domain IDs needed for DNS management or other operations.
Instructions
List domains owned by the authenticated account. Supports pagination and filtering by state or exact FQDN match. Use this to discover domain IDs needed by other tools (e.g. DNS management).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fqdn | No | Exact FQDN match filter (e.g. 'example.com'). When set, only that domain is returned. | |
| state | No | Filter by domain lifecycle state: active | inactive | pending-setup (onboarding) | pending-transfer (transfer in progress) | pending-bulk (bulk-purchase queued). | |
| page | No | Page number (1-indexed). | |
| page-size | No | Items per page (maximum 100). |