list_generations
Retrieve a list of generated videos and images from Luma AI's Dream Machine, with options to set limits and offsets for efficient data pagination.
Instructions
Lists all generations
Input Schema
Name | Required | Description | Default |
---|---|---|---|
limit | No | ||
offset | No |
Input Schema (JSON Schema)
{
"properties": {
"limit": {
"default": 10,
"title": "Limit",
"type": "integer"
},
"offset": {
"default": 0,
"title": "Offset",
"type": "integer"
}
},
"title": "ListGenerationsInput",
"type": "object"
}