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.binParameters
| Field | Type | Req | Default | Description |
|---|---|---|---|---|
| uploadId | string | Y | — |
Try it out
Path Parameters
→ /api/im/artifacts/{uploadId}/download
Sign in to use your API key
Request Body
Response
Click Execute to test