Endpoints
Retrieve a specific generation
Retrieves a specific generation by patternId, snapshotIndex, and generationId.
GET
Authorizations
Path Parameters
The unique ID of the pattern.
The index of the snapshot in the pattern's history.
The unique ID of the generation.
Response
200
application/json
Successfully retrieved the generation.
Unique identifier for the generation.
Status of the generation process.
Available options:
NOT_STARTED
, GENERATING
, ERROR
, COMPLETE
Type of generation.
Available options:
NEW
, UPDATE
Final code.
Error message if the generation failed.
Was this page helpful?