Get embedded job attachment
Retrieves an embedded attachment associated with a job.
Query parameters
Name | Type | Required |
---|---|---|
|
|
Path parameters
Name | Type | Required |
---|---|---|
|
| |
|
| |
|
| |
|
|
Examples
Request
# You can also use wget
curl -X GET /{orgId}/{itemId}/jobs/{jobId}/attachments/{attachmentId} \
-H 'Accept: application/octet-stream' \
-H 'Authorization: Bearer {access-token}'
Response
200 Response
400 Response
{
"error": {
"message": "string",
"type": "string",
"name": "UnableToDetermineHostingServer",
"details": [
"string"
]
}
}
Status | Meaning | Description | Schema |
---|---|---|---|
| The attachment body | string | |
| error |