List Video Generation Tasks
Pass filter parameters to return matching video generation tasks. Only historical data from the last 7 days can be queried. Time calculation is always based on UTC timestamps. The timestamp interval is [T-7 days, T), where T is the request time accurate to the second.
Note: The following parameters are Query String Parameters, passed in the URL string.
Authorizations
Pass Authorization: Bearer <token> in the request header.
Query Parameters
Page number of the returned results.
1 <= x <= 500Number of results per page.
1 <= x <= 500Filter parameter used to query tasks with a specific status.
- queued: Task in queue.
- running: Task in progress.
- cancelled: Cancelled task.
- succeeded: Successful task.
- failed: Failed task.
queued, running, cancelled, succeeded, failed Video generation task ID for exact search. Supports batch search by repeating the parameter name, for example: filter.task_ids=id1&filter.task_ids=id2.
Model ID or endpoint ID for exact search. Only one input is supported. When the permission of your API key is Custom, manually enter the model ID or endpoint ID to query. A model resource generally corresponds to one preconfigured inference endpoint and multiple custom inference endpoints. Model ID is bound to the preconfigured inference endpoint.When a model ID is entered, video generation tasks initiated by calling this preconfigured inference endpoint will be returned.
Service tier used for task processing. default means online inference mode, and flex means offline inference mode.
default, flex