查询单个任务

GET /volc/v1/contents/generations/tasks/{task_id}

MethodGET
Path/volc/v1/contents/generations/tasks/{task_id}
Typehttp
Status1
Module2102810
Folder66709190

概览

MethodGET
Path/volc/v1/contents/generations/tasks/{task_id}
Typehttp
Status1
Module2102810
Folder66709190

参数

{
  "path": [
    {
      "id": "task_id#0",
      "name": "task_id",
      "required": true,
      "description": "",
      "type": "string",
      "enable": true,
      "sampleValue": "cgt-20251028092233-kkvcb"
    }
  ],
  "header": [
    {
      "required": false,
      "description": "",
      "type": "string",
      "id": "Czl751IA8c",
      "enable": false,
      "name": "Content-Type",
      "sampleValue": "application/json"
    },
    {
      "required": false,
      "description": "",
      "type": "string",
      "id": "LMfG83VlrB",
      "enable": false,
      "name": "Accept",
      "sampleValue": "application/json"
    },
    {
      "required": false,
      "description": "",
      "type": "string",
      "id": "jn9PdDCCxD",
      "enable": false,
      "name": "Authorization",
      "sampleValue": "Bearer {{YOUR_API_KEY}}"
    }
  ]
}

请求体

{
  "type": "none",
  "parameters": [],
  "jsonSchema": {
    "type": "object",
    "properties": {}
  },
  "required": false,
  "mediaType": "",
  "examples": [],
  "oasExtensions": ""
}

响应

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