GET
/suno/fetch/{task_id}查询单个任务
API Key none
请求示例
curl https://top.qingyuntop.ai/suno/fetch/{task_id} \
-H "Authorization: Bearer ${QINGYUN_TOP_API_KEY}"请求参数
| 参数 | 位置 | 类型 | 必填 | 说明 | 示例 |
|---|---|---|---|---|---|
task_id | Path | string | 是 | - | b967838b-d377-478d-9a57-d7ca6129ae60 |
Content-Type | Header | string | 是 | - | application/json |
Accept | Header | string | 是 | - | application/json |
Authorization | Header | string | 否 | - | Bearer {{YOUR_API_KEY}} |
clip_id | JSON body | string | 是 | extend 后的 歌曲ID | - |
is_infill | JSON body | string | 是 | - | - |
返回响应 (200)
| 参数 | 位置 | 类型 | 必填 | 说明 | 示例 |
|---|---|---|---|---|---|
code | 响应 JSON | string | 是 | - | - |
data | 响应 JSON | string | 是 | - | - |
message | 响应 JSON | string | 是 | - | - |
响应示例
{
"code": "success",
"data": "47443cc1-4902-42ae-ae7f-72a9900544e9",
"message": ""
}来源原始接口定义(用于追溯)
以下内容来自 Apifox 快照,可能包含兼容层字段或旧示例;公开调用请以本页的协议说明和当前模型列表为准。
{
"id": 495899777,
"name": "查询单个任务",
"type": "http",
"serverId": "",
"preProcessors": [],
"postProcessors": [],
"inheritPreProcessors": {},
"inheritPostProcessors": {},
"description": "",
"operationId": "",
"sourceUrl": "",
"method": "get",
"path": "/suno/fetch/{task_id}",
"tags": [],
"status": 1,
"requestBody": {
"type": "none",
"parameters": [],
"jsonSchema": {
"type": "object",
"properties": {
"clip_id": {
"description": "extend 后的 歌曲ID\n\n",
"type": "string"
},
"is_infill": {
"type": "string"
}
},
"required": [
"clip_id",
"is_infill"
],
"x-apifox-orders": [
"clip_id",
"is_infill"
]
},
"examples": [
{
"value": "",
"mediaType": "none",
"description": ""
}
],
"mediaType": "",
"oasExtensions": "",
"required": false,
"additionalContentTypes": []
},
"parameters": {
"path": [
{
"id": "task_id#0",
"name": "task_id",
"required": true,
"enable": true,
"description": "",
"type": "string",
"sampleValue": "b967838b-d377-478d-9a57-d7ca6129ae60"
}
],
"query": [],
"cookie": [],
"header": [
{
"id": "NQs7bxnpZf",
"name": "Content-Type",
"required": true,
"enable": true,
"description": "",
"type": "string",
"sampleValue": "application/json"
},
{
"id": "qb8tEQbCty",
"name": "Accept",
"required": true,
"enable": true,
"description": "",
"type": "string",
"sampleValue": "application/json"
},
{
"id": "gBxcCbXhsa",
"name": "Authorization",
"required": false,
"enable": true,
"description": "",
"type": "string",
"sampleValue": "Bearer {{YOUR_API_KEY}}"
}
]
},
"commonParameters": {
"query": [],
"body": [],
"cookie": [],
"header": []
},
"auth": {},
"responses": [
{
"id": 148041148,
"name": "成功",
"code": 200,
"contentType": "json",
"jsonSchema": {
"type": "object",
"properties": {
"code": {
"type": "string"
},
"data": {
"type": "string"
},
"message": {
"type": "string"
}
},
"required": [
"code",
"data",
"message"
],
"x-apifox-orders": [
"code",
"data",
"message"
]
},
"itemSchema": {},
"description": "",
"mediaType": "",
"headers": []
}
],
"responseExamples": [
{
"name": "成功示例",
"responseId": 148041148,
"data": "{\r\n \"code\": \"success\",\r\n \"data\": \"47443cc1-4902-42ae-ae7f-72a9900544e9\",\r\n \"message\": \"\"\r\n}",
"description": "",
"oasKey": "",
"oasExtensions": "",
"id": "019fc09b-0b24-777f-9849-c05d2b88e320"
}
],
"codeSamples": [],
"projectId": 8662722,
"moduleId": 8310462,
"folderId": 92436138,
"ordering": 6,
"responsibleId": 0,
"commonResponseStatus": {},
"advancedSettings": {
"disabledSystemHeaders": {},
"isDefaultUrlEncoding": 1
},
"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.148041148"
],
"visibility": "INHERITED",
"securityScheme": {},
"callbacks": ""
}