API
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
Error message if the generation failed.
Unique identifier for the generation.
Final code.
Status of the generation process.
Available options:
NOT_STARTED
, GENERATING
, ERROR
, COMPLETE
Type of generation.
Available options:
NEW
, UPDATE
Was this page helpful?