List applications
laravel_cloud_list_applicationsList applications for your Laravel Cloud organization with optional filters for name, slug, region, and included relationships.
Instructions
Get a list of all applications for the authenticated organization.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Filter by name. | |
| slug | No | Filter by slug. | |
| region | No | Filter by region. | |
| include | No | Relationships to include in the response, e.g. ["environments"]. |