Get background process
laravel_cloud_get_background_processRetrieve details of a specific background process in Laravel Cloud using its ID. Optionally include related resources.
Instructions
Get the details of a specific background process.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| include | No | Relationships to include in the response, e.g. ["environments"]. | |
| background_process | Yes | Background process ID. |