get_generation
Check the status of a video or image generation process on the Luma Dream Machine by providing a generation ID to track progress and results.
Instructions
Gets the status of a generation
Input Schema
Name | Required | Description | Default |
---|---|---|---|
generation_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"generation_id": {
"title": "Generation Id",
"type": "string"
}
},
"required": [
"generation_id"
],
"title": "GetGenerationInput",
"type": "object"
}