Get Generation Task
Veo 3.0
Get Veo 3.0 Generation Task
Retrieve the status and result of a Veo 3.0 video generation task
GET
Get Generation Task
Documentation Index
Fetch the complete documentation index at: https://mulerun.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Retrieve the status and result of a Veo 3.0 video generation task.Task Status
| Status | Description |
|---|---|
pending | Task is waiting to be processed |
processing | Task is currently being processed |
completed | Task completed successfully |
failed | Task failed with an error |
Response
When the task is completed, the response will include the generated video URLs in thevideos array.
Video Retention
Generated videos are stored on the server for 2 days, after which they are automatically deleted. Make sure to download your videos within this timeframe.Example Response
Completed Task
Failed Task
Polling Recommendations
Since video generation is a long-running operation:- Poll the task status every 10-15 seconds
- Maximum generation time can be up to 6 minutes during peak hours
- Minimum generation time is typically 11 seconds