doubao-2.0 查询视频生成任务列表

GET /api/v3/contents/generations/tasks

MethodGET
Path/api/v3/contents/generations/tasks
Typehttp
Status-2
Module2102810
Folder66709190

说明

概览

MethodGET
Path/api/v3/contents/generations/tasks
Typehttp
Status-2
Module2102810
Folder66709190

参数

{
  "query": [
    {
      "id": "4DRDuKbWXU",
      "name": "page_size",
      "required": false,
      "description": "",
      "enable": true,
      "type": "string",
      "sampleValue": "3"
    },
    {
      "id": "P5d6tkX2UU",
      "name": "filter.status",
      "required": false,
      "description": "",
      "enable": true,
      "type": "string",
      "sampleValue": "succeeded"
    }
  ]
}

请求体

{
  "type": "none",
  "parameters": [],
  "required": true,
  "mediaType": "",
  "examples": [],
  "oasExtensions": ""
}

响应

[
  {
    "id": 141143823,
    "name": "成功",
    "code": 200,
    "contentType": "json",
    "jsonSchema": {
      "type": "object",
      "properties": {}
    },
    "itemSchema": {},
    "description": "",
    "mediaType": "",
    "headers": []
  }
]