minimax_list_tasks
List video generation tasks with optional creation timestamp filters to track and manage async jobs.
Instructions
List video generation tasks, optionally filtered by creation timestamp.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of tasks to return. | |
| offset | No | Number of tasks to skip before returning results. | |
| created_at_max | No | Return tasks created at or before this timestamp. | |
| created_at_min | No | Return tasks created at or after this timestamp. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |