GET
/
api
/
workflows
/
files
/
{fileId}
读取或下载运行附件
curl --request GET \
  --url https://wfapi.yuhe.space/api/workflows/files/{fileId} \
  --header 'Authorization: Bearer <token>'
"<string>"

Authorizations

Authorization
string
header
required

使用 WORKFLOW_SERVER_ADMIN_KEY 或已创建的账号 API Key。

Path Parameters

fileId
string
required

Query Parameters

download
enum<string>
Available options:
1

Response

200 - application/octet-stream

文件内容。

The response is of type file.