gamma_get_status
Poll a generation job to retrieve its status and results, such as gammaUrl and exportUrl, until it completes or fails.
Instructions
Poll a generation job to retrieve status and results.
Call after gamma_generate or gamma_generate_from_template with the returned generationId. Poll every few seconds until status is 'completed' or 'failed'. On completion, the response includes gammaUrl (shareable link), exportUrl (if exportAs was requested), and credits (deducted/remaining).
Args: generation_id: The generationId returned from a generate call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| generation_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |