Skip to main content
GET
Get aggregate statistics about all async jobs.

Response

integer
required
Total number of jobs ever submitted.
object
required
Breakdown of jobs by status.
integer
Number of jobs currently queued.
integer
Number of jobs currently running.
integer
Number of jobs that completed successfully.
integer
Number of jobs that failed.
integer
Number of jobs that were cancelled.

Usage

Use this endpoint for:
  • Monitoring dashboards
  • Capacity planning
  • Alerting on failure rates

Example: Monitor Failure Rate

See Also