---
title: "Count jobs based on status"
method: GET
path: "/jobs/count"
---

# Count jobs based on status

`GET /jobs/count`

## Query parameters

- `status` 'CREATED' | 'QUEUED' | 'IN_PROGRESS' | 'COMPLETED' | 'FAILED' | 'STOPPING' | 'STOPPED'

## Response `200`

Successfully counted jobs.

- object
  - `count` integer

## Other responses

- `500` — Server error

---

[API](https://skmtc.net/jupyter-server/apis/jupyter-scheduler-api.md) · [All operations](https://skmtc.net/jupyter-server/apis/jupyter-scheduler-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/jupyter-server/jupyter-scheduler-api/versions/f49a837fc1f2/schema)
