API Reference (hyper cloud)
Queue API
Get Jobs from queue
6min
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.
- appname - string - the name of your hyper cloud application.
- servicename - string - The name of your hyper cloud service
-
- status - string - must be READY or ERROR
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.