---
title: "Get video generation status"
method: GET
path: "/api/tryon/video-status/{job_id}"
tags: ["Video Generation"]
---

# Get video generation status

`GET /api/tryon/video-status/{job_id}`

## Path parameters

- `job_id` integer, required

## Response `200`

Video status

- VideoStatusResponse
  - `job_id` integer
  - `status` 'pending' | 'processing' | 'completed' | 'failed'
  - `video_url` string
  - `error_message` string
  - `created_at` string
  - `completed_at` string
  - `current_step` string
  - `retry_count` integer

---

[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/ab364b97afe5/schema)
