---
title: "Get Job Content"
method: GET
path: "/v1/jobs/{job_id}/content"
---

# Get Job Content

`GET /v1/jobs/{job_id}/content`

Download the result of a completed job.

Returns:
    Binary content (image/video) or error if not ready/not found

## Path parameters

- `job_id` string, required

## Headers

- `x-api-key` string, required — API key for authentication

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/decart/apis/decart-api.md) · [All operations](https://skmtc.net/decart/apis/decart-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/decart/decart-api/revisions/3f568c124e81/schema)
