curl --location --request GET 'https://ark.cn-beijing.volces.com/api/v3/contents/generations/tasks?page_num=1&page_size=100&filter.task_ids=cgt-***&filter.task_ids=cgt-***' \
--header 'Authorization: Bearer 59385462-****' \
--header 'Content-Type: application/json' \
--data-raw ''
{
"items": [
{
"model": "string",
"status": "string",
"created_at": "string",
"updated_at": "string",
"content": {
"video_url": "string"
},
"usage": {
"completion_tokens": 0
}
}
],
"total": 0
}