---
title: "Get Trailer Status"
method: GET
path: "/trailers/{trailer_id}/status"
tags: ["trailers"]
---

# Get Trailer Status

`GET /trailers/{trailer_id}/status`

Poll trailer generation progress.

## Path parameters

- `trailer_id` string, required

## Response `200`

Successful Response

- TrailerStatusResponse
  - `id` string, required
  - `status` string, required
  - `video_url` string, nullable
  - `total_credits` integer, required
  - `progress` object, required
  - `shots` ShotStatus[], required
    - `id` string, required
    - `sequence` integer, required
    - `shot_type` string, required
    - `description` string, required
    - `dialogue` string, required
    - `duration` number, required
    - `camera_movement` string, required
    - `characters_in_shot` string[], required
    - `image_url` string, nullable
    - `video_url` string, nullable
    - `status` string, required
    - `error_message` string, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/meganova/apis/fastapi.md) · [All operations](https://skmtc.net/meganova/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/meganova/fastapi/revisions/2b2bab8b9017/schema)
