get_gamma_generation
Get the current status and final URLs of a Gamma generation. Polls automatically until complete, and returns PDF/PPTX export links when requested.
Instructions
Retrieve the status and URLs of a Gamma generation. By default, automatically polls every 5 seconds until generation is complete (recommended). Returns the final URLs to the generated Gamma, plus PDF/PPTX export URLs if requested. Supports both automatic polling (default) and single status checks.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| generationId | Yes | The generation ID returned from the generate_gamma tool. This is used to check the status and retrieve URLs for the generated content. | |
| maxWaitSeconds | No | Maximum time in seconds to wait for generation to complete when polling. Default: 300 (5 minutes). Only used when pollUntilComplete is true. | |
| pollUntilComplete | No | Whether to automatically poll every 5 seconds until the generation is complete. Recommended: true (default). Set to false to only check status once. |