List video tasks
Lists video tasks the current user submitted through the API, paginated.
GET
/v1/video/tasksLists tasks submitted through the API, paginated (tasks submitted from the console Studio are excluded). Each element is a task object with the same shape as Get video task. Wan / HappyHorse have no list endpoint.
Headers
Authorization:requiredstring
Bearer sk-…: an API key created in the console under API keys; its group must include the requested model
Query parameters
page:optionalinteger
Page number, starting from 1
Range≥ 1Default1
limit:optionalinteger
Items per page
Range1–100Default20
Returns
200Task list
tasks:optionalarray of object
Task object
total:optionalinteger
Total number of tasks
totalPages:optionalinteger
Total number of pages
Errors
401Missing, invalid or expired API key (
missing_api_key / invalid_api_key / api_key_expired)