List Video Generation Tasks
Filter parameters to query matching video generation tasks. Only supports the last 7 days of task records, time range [T-7 days, T), where T is the UTC timestamp (seconds) of the request.
Note: The following parameters are Query String Parameters, passed in the URL string.
Authorizations
Pass Authorization: Bearer <token> in the request header.
Query Parameters
The page number of the results.
1 <= x <= 500The number of results displayed per page.
1 <= x <= 500Filter parameter to query tasks by status.
- queued: Tasks in queue.
- running: Running tasks.
- cancelled: Cancelled tasks.
- succeeded: Successful tasks.
- failed: Failed tasks.
queued, running, cancelled, succeeded, failed Video generation task ID, exact search, supports searching multiple task IDs simultaneously. Pass by repeating the parameter name, e.g.: filter.task_ids=id1&filter.task_ids=id2.
Unlike the response parameter, this field is the inference endpoint ID used by the task, exact search.
The service tier used to process the task. default means online inference, flex means offline inference.
default, flex