Theme
Query Video Generation Task List - Search Multiple Task IDs
GET
https://www.kkiai.com/volc/v1/contents/generations/tasks
Request Parameters
Authorization
Add the Authorization parameter in the Header, with its value being the Token concatenated after Bearer
Example: Authorization: Bearer ********************
Query Parameters
| Parameter Name | Type | Required | Description | Example |
|---|---|---|---|---|
filter.task_ids | array[string] | Optional | ["cgt-20250917121233-f4sg6","cgt-20250917131023-lgmhz"] |
cURL Example
bash
curl --location --request GET 'https://www.kkiai.com/volc/v1/contents/generations/tasks?filter.task_ids=cgt-20250917121233-f4sg6&filter.task_ids=cgt-20250917131023-lgmhz' \
--header 'Authorization: Bearer <token>'Response
🟢 200 Success
Response Example
json
{}