download_result
Download result files from a scientific task and obtain their complete file paths. Specify a file ID or download all files.
Instructions
下载任务结果文件并返回每个文件的完整路径
file_id: 指定要下载的文件 ID,不指定则默认下载第一个 zip 文件或第一个文件
download_all: 是否下载该任务的所有结果文件
返回结果中会明确列出每个文件的完整路径,读取文件时请直接使用这些路径,不要推测子目录。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | ||
| file_id | No | ||
| download_all | No | ||
| server | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |