The Laravel Cloud API and CLI are here. Build pipelines, manage environments, and hand off to AI agents. View the docs →
cURL
curl --request GET \ --url https://cloud.laravel.com/api/background-processes/{backgroundProcess} \ --header 'Authorization: Bearer <token>'
{ "data": { "id": "<string>", "type": "background_processes", "relationships": {} }, "included": [ { "id": "<string>", "type": "instances", "relationships": {} } ] }
Get the details of a specific background process.
The Bearer Token generated on the Cloud UI.
The background process identifier
Available includes are instance. You can include multiple options by separating them with a comma.
instance
BackgroundProcessResource
Show child attributes
Was this page helpful?