Generations Get By Id
generations_get-by-idRetrieve generation details by ID to check status and access the completed video's output URL.
Instructions
Get a generation by id (organization-scoped). Returns status and, when COMPLETED, outputUrl.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Generation ID |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Sync generation id. | |
| error | No | ||
| model | No | Model used for the generation. | |
| status | No | Current generation status. | |
| errorCode | No | ||
| outputUrl | No | Signed result URL when the generation is complete. Copy this exact string verbatim; do not reconstruct, shorten, or edit it. | |
| outputDuration | No | Output duration in seconds. |