Veo 3
Retrieve a Veo 3 video
Use CometAPI Veo3 Retrieve API (GET /v1/videos/) to fetch status, query metadata, or download Veo3 video generation results by video_id.
GET
Use this endpoint to poll a Veo job. It returns the current task state and the resolved provider model information.
Polling loop
Create the job first
Start with Veo3 Async Generation and save the returned
id.Poll until the task is terminal
Keep calling this endpoint until the job leaves
queued or in_progress and reaches a finished state.Why the model ID may change
The response may show the resolved provider model ID rather than the alias you submitted. This is expected behavior.Authorizations
Bearer token authentication. Use your CometAPI key.
Path Parameters
Task id returned by the create endpoint.