Get status and outputs for a run.
| Field | Type | Description |
|---|---|---|
id | string | Unique identifier for this output render |
video_url | string | Signed URL to download the rendered video (valid for 7 days) |
thumbnail_url | string | null | Signed URL to download the video thumbnail |
completed_at | string | ISO 8601 timestamp when this output finished rendering |
original_node_id | string | null | Template agent_node_id this output originated from. Use this to map outputs to specific nodes in your agent. |
| Status | Description |
|---|---|
running | Agent is processing your videos |
completed | Processing finished successfully |
partial_complete | Some outputs finished successfully, but others failed |
failed | The entire run failed, no outputs generated |
cancelled | The run was cancelled by the user |