GenAI Integration
Retrieve video generation operation (Gemini format)
Polls the status of a long-running video generation operation produced by models/{model}:generateVideos. The Gemini SDK appends the operation name as a wildcard path segment. If the operation name contains /, it must be percent-encoded in the request path (for example, %2F) to remain conformant with OpenAPI 3.x path-parameter semantics.
get/genai/v1beta/models/{model}/operations/{operation_id}
Path parameters
modelstring required
Video model identifier (e.g. veo-3.1-generate-preview).
operation_idstring required
Operation name. If it contains /, it must be percent-encoded in the request path (for example, %2F).
Response
Operation status payload (Gemini video generation response).
object required