---
title: "Get Job Status"
method: GET
path: "/api/v2/jobs/{job_id}"
tags: ["API v2 - Batch Processing"]
---

# Get Job Status

`GET /api/v2/jobs/{job_id}`

Get detailed status of a job including results.

## Path parameters

- `job_id` string, required

## Response `200`

Successful Response

- AppRoutersApiV2JobStatusResponse — Response for job status.
  - `job_id` string, required
  - `status` string, required
  - `images_to_generate` integer, required
  - `credits_used` integer, required
  - `results` object[]
  - `error` string
  - `created_at` string, required
  - `started_at` string, required
  - `completed_at` string, required

## Other responses

- `422` — Validation Error

## Changes

- **2026-08-31** `455ad7cf7f35` — 3 breaking, 3 warning, 19 info
  - response property `completed_at` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `error` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `started_at` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - removed the optional property `results/items/created_at` from the response with the `200` status
  - …21 more

[Change history](https://skmtc.dev/pixelpanda/apis/pixelpanda-api/changes/api/v2/jobs/:job_id/get.md)

---

[API](https://skmtc.dev/pixelpanda/apis/pixelpanda-api.md) · [All operations](https://skmtc.dev/pixelpanda/apis/pixelpanda-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/pixelpanda/pixelpanda-api/revisions/455ad7cf7f35/schema)
