GET /generations/{id}
Poll this endpoint until status is completed or failed.
Authorizations
X-API-KEYstringRequired
API key for authentication
Path parameters
idstringRequiredExample:
The unique generation ID returned from the create endpoint
abc123xyzResponses
200
Generation status retrieved successfully
application/json
generationIdstringRequiredExample:
Generation job identifier
abc123xyzstatusstring · enumRequiredExample:
Current status of the generation job
completedPossible values: gammaIdstringOptionalExample:
File identifier for the generated Gamma
9xJZ8QmN2gammaUrlstringOptionalExample:
URL to view the generated Gamma
https://gamma.app/docs/abc123exportUrlstringOptionalExample:
Download URL for exported file (PDF/PPTX)
https://gamma.app/export/abc123.pdf401
Invalid or missing API key
404
Generation not found
get
/v1.0/generations/{id}Related
Last updated
Was this helpful?