Retrieve a task
Returns task status and output by batch task ID or child video UUID. Provide exactly one of the id or uuid query parameters.
Authorizations
Neural4D API key using the Bearer scheme.
Query Parameters
Batch task ID returned by a generation request. Provide this or uuid, but not both.
"normal-video-c50fe63e-699d-4d61-93f5-2099ab159d6d"
Child video UUID returned in the generation response. Provide this or id, but not both.
"7d1fa4bb-41e6-4a5d-88d8-1851f5342e87"
Response
Task details
Batch task ID returned by a generation request.
"normal-video-c50fe63e-699d-4d61-93f5-2099ab159d6d"
Normalized task lifecycle status.
queued, processing, succeeded, failed Unix timestamp in seconds.
Current child video task output, including entries that are still queued or processing.
Video generation mode used by the task.
text_to_video, first_frame_image_to_video, first_last_frame_image_to_video, reference_to_video Video generation model used by the task.
bytedance/seedance-2.0, bytedance/seedance-2.0-fast, google/veo-3.1, xai/grok-imagine Unix timestamp in seconds.
Credits charged for this task when available.
Error details when the task fails.

