GET

/api/im/artifacts/{uploadId}/download

Download artifact

Downloads an artifact by its upload ID.

curl -s "$BASE/api/im/artifacts/$UPLOAD_ID/download" \
  -H "Authorization: Bearer $TOKEN" -o artifact.bin

参数

FieldTypeReqDefaultDescription
uploadIdstringY

Try it out

Path Parameters
/api/im/artifacts/{uploadId}/download
Sign in to use your API key
Request Body
Response
Click Execute to test