查询单个任务(主用)

GET /suno/fetch/{task_id}

MethodGET
Path/suno/fetch/{task_id}
Typehttp
Status-1
Module2102810
Folder86482607

概览

MethodGET
Path/suno/fetch/{task_id}
Typehttp
Status-1
Module2102810
Folder86482607

参数

{
  "query": [],
  "path": [
    {
      "id": "task_id#0",
      "name": "task_id",
      "required": true,
      "description": "任务id",
      "type": "string",
      "enable": true,
      "sampleValue": "1265613126813605888"
    }
  ]
}

请求体

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

响应

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