Get a Dare generation
dare_get_generationCheck a generation's status and retrieve its output URL once complete. Poll with a configurable wait time to block until a terminal state, including credits charged.
Instructions
Fetch one generation by id: its status (queued, processing, succeeded, failed), credits charged, and — once finished — the output asset URL. Read-only. Poll this after dare_generate_video; video jobs commonly take 5–15 minutes. Use wait_seconds to block for up to that long per call, sized to what your client's tool timeout allows (e.g. 45 for desktop apps, 300+ for Claude Code), and call again until status is terminal.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| wait_seconds | No | Poll until the generation leaves a pending state, up to this many seconds. | |
| generation_id | Yes | Generation id returned by a dare_generate_* tool. | |
| response_format | No | `markdown` for a readable summary, `json` for the raw payload. | markdown |