Number of pending jobs
Description |
Number of pending jobs |
URL Path |
/file/inqueue |
Method |
GET |
Summary
Returns the number of pending jobs on the server
HTTP header parameters
apikey |
API key assigned by user |
OPTIONAL |
Method: GET
URL path |
/file/inqueue |
REQUIRED |
Response Code
200 |
OK |
Request is successful |
400 |
Bad request |
Not supported HTTP method or invalid http request . |
401 |
Invalid API key / Exceeded usage |
Either missing API key or invalid api is passed. |
500 |
Internal server error |
Server temporary unavailable. Try again later. |
Response
Example of when request is successful :
{
"in_queue"
:
"0"
}
Descriptions of response:
in_queue |
Number of jobs inqueue. |