返回模型调用 API 参考
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_sizeQuerystring-3
filter.statusQuerystring-succeeded

返回响应 (200)

参数位置类型必填说明示例
total响应 JSONinteger--
items响应 JSONarray<object>--
items[].id响应 JSONstring--
items[].model响应 JSONstring--
items[].status响应 JSONstring--
items[].content响应 JSONobject--
items[].content.video_url响应 JSONstring--
items[].usage响应 JSONobject--
items[].usage.completion_tokens响应 JSONinteger--
items[].usage.total_tokens响应 JSONinteger--
items[].created_at响应 JSONinteger--
items[].updated_at响应 JSONinteger--
来源原始接口定义(用于追溯)

以下内容来自 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": ""
}