Poll task result
Overview & Tasks
Poll Task Result
GET
Poll task result
Poll this endpoint until the task reaches a terminal status.
Terminal statuses are
succeeded, failed, timeout, and canceled. For failures, read the error object.Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Example:
"ms-xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
Response
200 - application/json
Standard Task object
mountsea standard Task object. Output shape depends on capability (image / video / audio).
Example:
"ms-xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
Example:
"google/veo-3.1/text-to-video"
Example:
"veo-3.1"
Available options:
image, video, audio Example:
"text-to-video"
Available options:
queued, processing, succeeded, failed, timeout, canceled Populated when status=succeeded; null while in-flight.
- Option 1
- Option 2
- Option 3