Get Jobs from queue
8min
Returns Jobs that have not been processed yet or have errored out. This allows the client to check and potentially retry jobs that were not processed successfully.
GET /{appname}/queue/{servicename}?status=READY
Parameters
Path parameters
- appname - string - the name of your hyper cloud application.
- servicename - string - The name of your hyper cloud service
- ο»Ώ
Query string parameters
- status - string - must be READY or ERROR
Example
Node.js
Curl
|
ο»Ώ
Responses
Status Code | Description | Example Response |
201 | Success | {"ok": true, jobs: []} |
500 | Error | {"ok": false, "msg": "..." |
Need Help?
You can always reach out to our support team for any additional assistance on slack.
ο»Ώ
Updated 24 Mar 2022
Did this page help you?
Yes
No