List custom domains
render_list_custom_domainsList custom domains for a specific Render service using filters like name, type, verification status, and creation time. Returns matching domains with pagination support.
Instructions
List custom domains. List a particular service's custom domains that match the provided filters. If no filters are provided, all custom domains for the service are returned. Calls GET /services/{serviceId}/custom-domains on the Render Public API.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Filter for the names of custom domain | |
| limit | No | The maximum number of items to return. For details, see [Pagination](https://api-docs.render.com/reference/pagination). | |
| cursor | No | The position in the result list to start from when fetching paginated results. For details, see [Pagination](https://api-docs.render.com/reference/pagination). | |
| serviceId | Yes | The ID of the service | |
| domainType | No | Filter for domain type | |
| createdAfter | No | Filter for custom domains created after a certain time (specified as an ISO 8601 timestamp) | |
| createdBefore | No | Filter for custom domains created before a certain time (specified as an ISO 8601 timestamp) | |
| verificationStatus | No | Filter for domain verification status (`verified` or `unverified`) |