RUAL Documentation

GET /queue/{guid}

Get a specific queue job by its GUID

Get a specific queue job by its GUID
Key Type Example Description
guid required string
"example-string"
Unique identifier of the queue job
Key Type Example Description
authorization required string
"Bearer access_token"
Access token
{ "_meta": { "guid": "example-string", "entity": 42, "created": 42, "modified": 42, "updated": 42 }, "status": "pending", "priority": 42, "type": "example-string", "data": {}, "attempts": 0, "max_attempts": 3, "scheduled_for": 42, "started_at": 42, "completed_at": 42, "error": "example-string" }
{ "error": "ERROR" }
Status Error Code Description
404 ERROR Queue job not found
Permission Description
Bearer token Access token required via Authorization header, x-authtoken, x-token, query param, or cookie
queue_view Required scope: queue_view

Back to Queue Return to the Queue category to view other endpoints All API Categories Browse all available API categories