Raw status
json payload
https://cloud-queue-test.dev-laravel.cloud/cloud-queue/runs/019e2857-a379-7218-9ecb-ca0003bb1ac7/status
{
"run": {
"id": "019e2857-a379-7218-9ecb-ca0003bb1ac7",
"name": "Quick \u00b7 1 \u00d7 fail \u2192 default",
"profile": "custom",
"status": "finished",
"connections": [
"sqs"
],
"queues": [
"default"
],
"expected_total": 1,
"dispatched_count": 1,
"started_at": "2026-05-14T21:14:52.000000Z",
"finished_at": "2026-05-14T21:14:52.000000Z",
"created_at": "2026-05-14T21:14:52.000000Z"
},
"totals": {
"pending": 0,
"processing": 0,
"processed": 0,
"failed": 1
},
"breakdowns": {
"connection": [
{
"connection": "sqs",
"count": 1
}
],
"queue": [
{
"queue": "default",
"count": 1
}
],
"flavor": [
{
"flavor": "fail",
"count": 1
}
],
"worker": [
{
"worker": "inst-a1c31a8d-b39f-422a-a6d5-1748f87423c1-qzl6t-vp64m:15",
"count": 1
}
]
},
"problems": {
"stuck": {
"pending_threshold_seconds": 60,
"processing_threshold_seconds": 300,
"pending": [],
"processing": []
},
"duplicates": [],
"failed": [
{
"id": "0f23faa8-ff5a-7339-6bc6-9675404fca3d",
"flavor": "fail",
"connection": "sqs",
"queue": "default",
"worker": "inst-a1c31a8d-b39f-422a-a6d5-1748f87423c1-qzl6t-vp64m:15",
"attempts": 1,
"exception_class": "RuntimeException",
"exception_message": "Intentional failure (AlwaysFailJob)."
}
]
}
}