---
title: "Get Extraction Status"
method: GET
path: "/api/v1/status/{job_id}"
tags: ["Extraction"]
---

# Get Extraction Status

`GET /api/v1/status/{job_id}`

Get the status of an extraction job

## Path parameters

- `job_id` string, required

## Response `200`

Successful Response

- StatusResponse — Response model for status endpoint
  - `success` boolean, required — Whether the request was successful
  - `message` string, required — Human-readable message
  - `request_id` string — Unique identifier for the request
  - `job_id` string, required — Unique identifier for the extraction job
  - `status` 'uploaded' | 'queued' | 'processing' | 'completed' | 'failed' | 'signin_required' | 'expired', required — Standardized status codes for the API
  - `updated_at` string, nullable — Timestamp when the status was last updated

## Other responses

- `400` — Invalid job ID
- `404` — Job not found
- `422` — Validation Error
- `500` — Processing error

---

[API](https://skmtc.dev/razorextract/apis/razor-extract-api.md) · [All operations](https://skmtc.dev/razorextract/apis/razor-extract-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/razorextract/razor-extract-api/revisions/21de962e43c4/schema)
