List background processes
laravel_cloud_list_background_processesRetrieve a list of all background processes for a specified instance, with optional included relationships like environments.
Instructions
Get a list of all background processes for the given instance.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| include | No | Relationships to include in the response, e.g. ["environments"]. | |
| instance | Yes | Instance ID. |