GET
/volc/v1/contents/generations/tasks查询视频生成任务列表-默认
API Key none
请求示例
curl https://top.qingyuntop.ai/volc/v1/contents/generations/tasks \
-H "Authorization: Bearer ${QINGYUN_TOP_API_KEY}"请求参数
| 参数 | 位置 | 类型 | 必填 | 说明 | 示例 |
|---|---|---|---|---|---|
page_size | Query | string | 否 | - | 3 |
filter.status | Query | string | 否 | - | succeeded |
返回响应 (200)
| 参数 | 位置 | 类型 | 必填 | 说明 | 示例 |
|---|---|---|---|---|---|
total | 响应 JSON | integer | 是 | - | - |
items | 响应 JSON | array<object> | 是 | - | - |
items[].id | 响应 JSON | string | 是 | - | - |
items[].model | 响应 JSON | string | 是 | - | - |
items[].status | 响应 JSON | string | 是 | - | - |
items[].content | 响应 JSON | object | 是 | - | - |
items[].content.video_url | 响应 JSON | string | 是 | - | - |
items[].usage | 响应 JSON | object | 是 | - | - |
items[].usage.completion_tokens | 响应 JSON | integer | 是 | - | - |
items[].usage.total_tokens | 响应 JSON | integer | 是 | - | - |
items[].created_at | 响应 JSON | integer | 是 | - | - |
items[].updated_at | 响应 JSON | integer | 是 | - | - |
来源原始接口定义(用于追溯)
以下内容来自 Apifox 快照,可能包含兼容层字段或旧示例;公开调用请以本页的协议说明和当前模型列表为准。
{
"id": 495899714,
"name": "查询视频生成任务列表-默认",
"type": "http",
"serverId": "",
"preProcessors": [],
"postProcessors": [],
"inheritPreProcessors": {},
"inheritPostProcessors": {},
"description": "",
"operationId": "",
"sourceUrl": "",
"method": "get",
"path": "/volc/v1/contents/generations/tasks",
"tags": [],
"status": 1,
"requestBody": {
"type": "none",
"parameters": [],
"examples": [],
"mediaType": "",
"oasExtensions": "",
"required": false,
"additionalContentTypes": []
},
"parameters": {
"path": [],
"query": [
{
"id": "WnNkuaN7ib",
"name": "page_size",
"required": false,
"enable": true,
"description": "",
"type": "string",
"sampleValue": "3"
},
{
"id": "7j3KOmVWvH",
"name": "filter.status",
"required": false,
"enable": true,
"description": "",
"type": "string",
"sampleValue": "succeeded"
}
],
"cookie": [],
"header": []
},
"commonParameters": {
"query": [],
"body": [],
"cookie": [],
"header": []
},
"auth": {},
"responses": [
{
"id": 186571879,
"name": "成功",
"code": 200,
"contentType": "json",
"jsonSchema": {
"type": "object",
"properties": {
"total": {
"type": "integer"
},
"items": {
"type": "array",
"items": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"model": {
"type": "string"
},
"status": {
"type": "string"
},
"content": {
"type": "object",
"properties": {
"video_url": {
"type": "string"
}
},
"required": [
"video_url"
],
"x-apifox-orders": [
"video_url"
]
},
"usage": {
"type": "object",
"properties": {
"completion_tokens": {
"type": "integer"
},
"total_tokens": {
"type": "integer"
}
},
"required": [
"completion_tokens",
"total_tokens"
],
"x-apifox-orders": [
"completion_tokens",
"total_tokens"
]
},
"created_at": {
"type": "integer"
},
"updated_at": {
"type": "integer"
}
},
"required": [
"id",
"model",
"status",
"content",
"usage",
"created_at",
"updated_at"
],
"x-apifox-orders": [
"id",
"model",
"status",
"content",
"usage",
"created_at",
"updated_at"
]
}
}
},
"required": [
"total",
"items"
],
"x-apifox-orders": [
"total",
"items"
]
},
"itemSchema": {},
"description": "",
"mediaType": "",
"headers": []
}
],
"responseExamples": [],
"codeSamples": [],
"projectId": 8662722,
"moduleId": 8310462,
"folderId": 92436122,
"ordering": 12,
"responsibleId": 0,
"commonResponseStatus": {},
"advancedSettings": {
"disabledSystemHeaders": {}
},
"customApiFields": {},
"oasExtensions": "",
"mockScript": {},
"createdAt": "2026-08-02T03:53:34.000Z",
"updatedAt": "2026-08-06T12:15:55.000Z",
"creatorId": 2863449,
"editorId": 2863449,
"creatorUserId": 2863449,
"editorUserId": 2863449,
"responseChildren": [
"BLANK.186571879"
],
"visibility": "INHERITED",
"securityScheme": {},
"callbacks": ""
}