GET
/{orgId}/{itemId}/jobs/{jobId}/attachments/{attachmentId}
Retrieves an embedded attachment associated with a job.
Query parameters
Name | Type | Required |
---|---|---|
token | string¦null |
Path parameters
Name | Type | Required |
---|---|---|
job | string | |
attachment | string | |
org | string | |
item | string |
Response status
Status | Meaning | Description | Schema |
---|---|---|---|
200 | OK | The attachment body | string(binary) |
400 | Bad Request | error | WorkflowExceptionDTO |
Examples
Request
# You can also use wget
curl -X GET /{orgId}/{itemId}/jobs/{jobId}/attachments/{attachmentId} \
-H 'Authorization: Bearer <YOUR_TOKEN>'
Response
"string"