Job Status

Get Job Status Summary

Global per-status counts for the activity dashboard summary cards.

get/api/v0/job-statuses/summary

Response

Successful Response

totalinteger required

Total number of job statuses.

awaiting_uploadinteger

Documents whose file has not been uploaded yet.

queuedinteger

Jobs waiting to start.

processinginteger

Jobs currently running.

doneinteger

Jobs that completed successfully.

errorinteger

Jobs that failed.

cancelledinteger

Jobs that were cancelled.

Changes