List Site Domains
list_domainsRetrieve domains attached to a site, including aliases and certificate state, to audit SSL expiry.
Instructions
The domains attached to a site, including aliases and their certificate state. Pair with list_certificates to audit SSL expiry.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| site | Yes | Site id from list_sites. | |
| sort | No | Comma-separated fields to sort by; prefix with "-" to reverse (e.g. "-created_at"). | |
| cursor | No | Pagination cursor from a previous response's meta.next_cursor. | |
| filter | No | Field filters, e.g. {"name": "acme-web"}. Supported fields vary by endpoint. | |
| server | Yes | Server id the site is on. | |
| include | No | Comma-separated relationships to embed (e.g. "tags,latestDeployment"). | |
| page_size | No | Items per page (Forge default 30). | |
| organization | No | Organisation slug. Optional when the server has a default configured. |