---
title: "GET /deep-resolution/status/{job_id}"
method: GET
path: "/deep-resolution/status/{job_id}"
---

# GET /deep-resolution/status/{job_id}

`GET /deep-resolution/status/{job_id}`

Gets the status of a Deep-Resolution job by job ID.

## Path parameters

- `job_id` string, required

## Headers

- `client_token` string, uuid, required

## Response `200`

Successfully retrieved job status.

- JobStatusResponse
  - `statusCode` integer
  - `data` object
    - `job_id` string
    - `status` 'PENDING' | 'PROCESSING' | 'COMPLETED' | 'FAILED'
    - `start_date` string, date — date in YYYY-MM-DD format
    - `end_date` string, date — date in YYYY-MM-DD format
    - `interval` integer — If interval is provided, it will be returned in the response.
    - `last_processing_attempt` string, date-time — This parameter indicates when our system last time tried to process the job. After the job is completed, this parameter will be removed from the response.
    - `dates` object[]
      - `date` string, date-time
      - `status` 'PENDING' | 'PROCESSING' | 'COMPLETED' | 'FAILED'
      - `link` string, uri
  - `version` string
  - `timestamp` string, date-time

## Other responses

- `400` — Bad request. Client token missing.
- `401` — Unauthorized. Invalid client token.
- `404` — Not Found. Job ID does not exist.
- `500` — Internal Server Error.

---

[API](https://skmtc.dev/digifarm/apis/deep-resolution-api.md) · [All operations](https://skmtc.dev/digifarm/apis/deep-resolution-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/digifarm/deep-resolution-api/revisions/6c560e554230/schema)
