list_domains
Retrieve all domains provisioned through your platform account, filter by status, and build dashboards or check domain states. Returns domain IDs, hostnames, statuses, and readiness.
Instructions
List all domains provisioned through your platform account.
Use this to build dashboards or check the state of all domains.
Args: status_filter: Optional filter by status (pending_payment, pending_dns, pending_ssl, active, failed, released) limit: Maximum number of domains to return (default 50, max 100)
Returns: domains: Array of domain objects with id, hostname, status, ready fields total: Total number of matching domains has_more: Whether more results exist beyond this page
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| status_filter | No |