Retrieve the current status and results of a specific generation request.
Bearer token for authentication
Path Parameters
Unique generation identifier
Response
Generation unique identifier
Current status (pending, processing, completed, failed)
Generation result (when completed)
Error message (if failed)
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Generation status: pending, processing, completed, failed