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

# Get Extraction Result

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

Get the extraction result for a completed job

## Path parameters

- `job_id` string, required

## Response `200`

Successful Response

- ResultResponse — Response model for extraction results
  - `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
  - `raw_json_url` string, nullable — URL to download the raw extraction data
  - `processed_json_url` string, nullable — URL to download the processed extraction data
  - `processed_excel_url` string, nullable — URL to download the Excel report with raw and processed data
  - `raw_csv_url` string, nullable — URL to download the raw extraction data as CSV (generated on-the-fly)
  - `processed_csv_url` string, nullable — URL to download the processed extraction data as CSV (generated on-the-fly)

## Other responses

- `400` — Invalid job ID
- `404` — Job not found or not completed
- `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)
