---
title: "Gets a Job resource's status"
method: GET
path: "/api/v1/jobs/{id}/status"
tags: ["Job"]
---

# Gets a Job resource's status

`GET /api/v1/jobs/{id}/status`

## Path parameters

- `id` integer, required

## Headers

- `X-Fields` string, mask

## Response `200`

Success

- JobStatusDump
  - `id` integer — ID for the Job resource.
  - `status` string — The current status of the job. The allowed values are: queued, started, deferred, finished, failed, reset.

---

[API](https://skmtc.net/usnistgov/apis/dioptra-rest-api.md) · [All operations](https://skmtc.net/usnistgov/apis/dioptra-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/usnistgov/dioptra-rest-api/revisions/a73101579c5c/schema)
