---
title: "Get document job status"
method: GET
path: "/v0/jobs/document/{id}"
tags: ["v0"]
---

# Get document job status

`GET /v0/jobs/document/{id}`

## Path parameters

- `id` string, uuid, required

## Response `200`

Success

- DocumentJobStatus
  - `status` 'pending' | 'completed' | 'failed', required
  - `url` string, uri
  - `date` string, date — Date when the job was created. Format: ISO 8601 (YYYY-MM-DD) Example: "2022-01-01"

## Other responses

- `401` — Unauthorized
- `404` — Not Found
- `500` — Internal Server Error

## Changes

- **2026-03-10** `fa42933e6446` — 1 info
  - endpoint added
- **2025-11-25** `51c52538f534` — 1 breaking
  - api path removed without deprecation
- **2025-08-27** `b37d87e51e02` — 1 info
  - api tag `v0` added

[Change history](https://skmtc.dev/oregister/apis/openregister-api/changes/v0/jobs/document/:id/get.md)

---

[API](https://skmtc.dev/oregister/apis/openregister-api.md) · [All operations](https://skmtc.dev/oregister/apis/openregister-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/oregister/openregister-api/revisions/d1fcaf6d6ca0/schema)
