Get Generation Job Status
get_generation_statusFREE: poll a generation job submitted by the paid generate tools. Returns status/progress; once complete AND the deferred payment has settled, returns the download URLs. A failed generation reports charged=false. Look up by job_id, or by idempotency_key + payer if the job_id was lost. [Free — no payment required.]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| payer | No | x402 payer address the original generate call used — required when looking up by idempotency_key (scopes the key to its owner). | |
| job_id | No | Job id returned by a generate tool | |
| idempotency_key | No | Alternate lookup key: the idempotency_key passed to the original generate call. Requires payer. |