List environments
laravel_cloud_list_environmentsRetrieve a list of environments for an application using filters like name, slug, or status. Optionally include related resources.
Instructions
Get a list of all environments for the given application.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Filter by name. | |
| slug | No | Filter by slug. | |
| status | No | Filter by status. | |
| include | No | Relationships to include in the response, e.g. ["environments"]. | |
| application | Yes | Application ID. |