To list all jobs that are in the pending queue
1 |
curl --location --request GET 'https://api.omnirender.com/job/list/pending?apikey=demo' |
To list all jobs that are currently in working status
1 |
curl --location --request GET 'https://api.omnirender.com/job/list/working?apikey=demo' |
To list all jobs that are finished
1 |
curl --location --request GET 'https://api.omnirender.com/job/finished?apikey=demo' |
To list all jobs that are in error
1 |
curl --location --request GET 'https://api.omnirender.com/job/error?apikey=demo' |