cURL
curl --request GET \ --url http://sandbox.mintlify.com/v1beta/operations/{operation_id} \ --header 'x-goog-api-key: <api-key>'
{ "name": "operations/abc123", "done": true, "response": { "videoUri": "gs://bucket/video.mp4" } }
Retrieves the latest state of a Gemini long-running operation.
predictLongRunning
operation_id
done
metadata
error
Operation ID.
"abc123"
Successful operation status response
Show child attributes