List deployments
laravel_cloud_list_deploymentsRetrieve a filtered list of deployments for a specific environment, optionally filtered by status, branch, commit, or included relationships.
Instructions
Get a list of all deployments for the given environment.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | No | Filter by status. | |
| include | No | Relationships to include in the response, e.g. ["environments"]. | |
| branch_name | No | Filter by branch name. | |
| commit_hash | No | Filter by commit hash. | |
| environment | Yes | Environment ID. |