---
title: "Get Job Result"
method: GET
path: "/api/v1/extraction/jobs/{job_id}/result"
tags: ["LlamaExtract"]
---

# Get Job Result

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

## Path parameters

- `job_id` string, uuid, required

## Query parameters

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

## Cookies

- `session` string, nullable

## Response `200`

Successful Response

- ExtractResultset — Schema for an extraction resultset.
  - `run_id` string, uuid, required — The id of the extraction run
  - `extraction_agent_id` string, uuid, required — The id of the extraction agent
  - `data` union, required — The data extracted from the file
    - object
    - object[]
  - `extraction_metadata` object, required — The metadata extracted from the file

## 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/revisions/b17341164de9/schema)
