---
title: "Retrieve video generation operation (Gemini format)"
method: GET
path: "/genai/v1beta/models/{model}/operations/{operation_id}"
tags: ["GenAI Integration"]
---

# Retrieve video generation operation (Gemini format)

`GET /genai/v1beta/models/{model}/operations/{operation_id}`

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.

## Path parameters

- `model` string, required
- `operation_id` string, required

## Response `200`

Operation status payload (Gemini video generation response).

- object

## Other responses

- `404` — Operation not found
- `500` — Internal server error

---

[API](https://skmtc.net/getbifrost/apis/bifrost-api.md) · [All operations](https://skmtc.net/getbifrost/apis/bifrost-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/getbifrost/bifrost-api/versions/f8cab88f64ea/schema)
