批量获取任务
POST /suno/fetch
概览
| Method | POST |
|---|---|
| Path | /suno/fetch |
| Type | http |
| Status | -2 |
| Module | 2102810 |
| Folder | 86482607 |
请求体
{ "type": "application/json", "parameters": [], "jsonSchema": { "type": "object", "properties": { "ids": { "type": "array", "items": { "type": "string" }, "description": " 数组" }, "action": { "description": "可空", "type": "string" } }, "required": [ "ids", "action" ], "x-apifox-orders": [ "ids", "action" ] }, "required": true, "mediaType": "", "examples": [ { "mediaType": "application/json", "value": "{\n \"ids\": [\"1264606079846457344\"], // taskBatchId 数组\n \"action\": \"\" // 可空\n}" } ], "oasExtensions": "" }
响应
[ { "id": 116993169, "name": "成功", "code": 200, "contentType": "json", "jsonSchema": { "type": "object", "properties": {} }, "itemSchema": {}, "description": "", "mediaType": "", "headers": [] } ]