List Domains
list_domainsRetrieve a list of all domains in your Spaceship account with options for pagination and sorting by name, date, or other attributes.
Instructions
List all domains in the Spaceship account.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| skip | No | Offset when fetchAll=false. | |
| take | No | Items per page when fetchAll=false. | |
| orderBy | No | Sort order. Prefix with '-' for descending. | |
| fetchAll | No | Fetch all pages. |