---
title: "Get self-inference generation job status"
method: GET
path: "/job/{job_id}"
---

# Get self-inference generation job status

`GET /job/{job_id}`

## Path parameters

- `job_id` string, required

## Response `200`

Generation job status or final generated asset

- object
  - `success` boolean
  - `status` 'processing' | 'done' | 'failed'
  - `data` object
  - `message` string

## Other responses

- `404` — Job not found

## Changes

- **2026-07-24** `21b1d1d3eae8` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/video-db/apis/videodb-server-api/changes/job/:job_id/get.md)

---

[API](https://skmtc.dev/video-db/apis/videodb-server-api.md) · [All operations](https://skmtc.dev/video-db/apis/videodb-server-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/video-db/videodb-server-api/revisions/21b1d1d3eae8/schema)
