---
title: "Query task generation status"
method: GET
path: "/generation/{taskId}/status"
tags: ["Generation"]
---

# Query task generation status

`GET /generation/{taskId}/status`

## Path parameters

- `taskId` string, required

## Response `200`

Successful response

- object
  - `taskId` string, required
  - `credit` number, required — Credits charged at submission time. Decimal value is returned with up to 2 fractional digits; falls back to the integer credit field if creditDecimal is absent.
  - `generations` object[], required
    - `id` string, required
    - `createdDate` string, date-time, nullable
    - `updatedDate` string, date-time, nullable
    - `status` 'waiting' | 'succeed' | 'failed' | 'processing', required
    - `failMsg` string, nullable, required
    - `url` string, nullable, required — All generated videos and images are stored for up to 14 days only; we cannot guarantee storage beyond that period.
    - `mediaType` 'image' | 'video' | 'text' | 'audio', required

## Other responses

- `default` — Error response

---

[API](https://skmtc.net/pollo/apis/pollo-ai-video-collection.md) · [All operations](https://skmtc.net/pollo/apis/pollo-ai-video-collection/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pollo/pollo-ai-video-collection/revisions/b3c228cf4e87/schema)
