Skip to main content

Queue Status

1 min read
get/team/queue-status
Request example
Response
get/team/queue-status

Authorization

Authorizationstringheaderrequired#
Bearer authentication header of the form Bearer <token>, where <token> is your API key.

Responses

application/json
200
Successful response
successboolean#
jobsInQueuenumber#
Number of jobs currently in your queue
activeJobsInQueuenumber#
Number of jobs currently active
waitingJobsInQueuenumber#
Number of jobs currently waiting
maxConcurrencynumber#
Maximum number of concurrent active jobs based on your plan
mostRecentSuccessstring#
Timestamp of the most recent successful job