---
title: "Get Job"
method: GET
path: "/api/v1/parsing/job/{job_id}"
tags: ["Parsing"]
---

# Get Job

`GET /api/v1/parsing/job/{job_id}`

Get a job by id

## Path parameters

- `job_id` string, required

## Query parameters

- `project_id` string, uuid, nullable
- `organization_id` string, uuid, nullable

## Cookies

- `session` string, nullable

## Response `200`

Successful Response

- ParsingJob — A parse job (v1).
  - `id` string, required — Unique parse job identifier
  - `status` 'PENDING' | 'SUCCESS' | 'ERROR' | 'PARTIAL_SUCCESS' | 'CANCELLED', required — Enum for representing the status of a job
  - `error_code` string, nullable — Machine-readable error code when failed
  - `error_message` string, nullable — Human-readable error details when failed

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/run-llama/apis/llama-platform.md) · [All operations](https://skmtc.net/run-llama/apis/llama-platform/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/run-llama/llama-platform/versions/b17341164de9/schema)
