Skip to main content
GET
/
environments
/
{environment}
/
managed-queues
/
{queue}
/
failed-jobs
/
{jobId}
cURL
curl --request GET \
  --url https://cloud.laravel.com/api/environments/{environment}/managed-queues/{queue}/failed-jobs/{jobId} \
  --header 'Authorization: Bearer <token>'
"<string>"

Documentation Index

Fetch the complete documentation index at: https://cloud.laravel.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

The Bearer Token generated on the Cloud UI.

Path Parameters

environment
integer
required

The environment ID

queue
string
required
jobId
string
required

Response

The response is of type string.