List domains
laravel_cloud_list_domainsList domains for a specific environment with optional filters by name, SSL status, origin status, or hostname status.
Instructions
List all domains for the given environment.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Filter by name. | |
| include | No | Relationships to include in the response, e.g. ["environments"]. | |
| ssl_status | No | Filter by SSL status. | |
| environment | Yes | Environment ID. | |
| origin_status | No | Filter by origin status. | |
| hostname_status | No | Filter by hostname status. |