---
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

---

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