---
name: grok-video-get
description: Discover and invoke the GROK_VIDEO_GET directory capability using its live contract. Use when a request maps to this exact capability.
---

# GROK_VIDEO_GET

This Skill is the behavioral expression of [the GROK_VIDEO_GET directory article](/a/directory/GROK_VIDEO_GET). The directory row remains the executable contract.

## Operate

1. Read GET /api/directory/GROK_VIDEO_GET immediately before use.
2. Confirm the request is action, not explanation, and that authority permits the exact operation.
3. Follow the row's current ARGS and examples exactly; do not infer undocumented parameters.
4. Invoke POST /api/dispatch with {"key":"GROK_VIDEO_GET","body":"<row-shaped args>"}.
5. Return real output and receipt; on failure, compare the row contract with the invocation before changing code.

## Human explanation

# WHAT: Poll a video job. status pending|done|failed|expired; when done returns video.url # WHEN_TO_USE: you need to grok video get # ARGS: request_id # EX: [GROK_VIDEO_GET][/GROK_VIDEO_GET] # Poll a video job. Arg: request_id. status pending|done|failed|expired; when done returns video.url.
