getAttachment

Click to copy

Get embedded job attachment

Retrieves an embedded attachment associated with a job.

Query parameters

NameTypeRequired

token

string

Path parameters

NameTypeRequired

jobId

string

attachmentId

string

orgId

string

itemId

string

Examples

Request

Use dark colors for code blocksCopy
1
2
3
4
# 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

Use dark colors for code blocksCopy
1
2
3
4
5
6
7
8
9
10
{
  "error": {
    "message": "string",
    "type": "string",
    "name": "UnableToDetermineHostingServer",
    "details": [
      "string"
    ]
  }
}
StatusMeaningDescriptionSchema

200

OK

The attachment body

string

400

Bad Request

error

WorkflowExceptionDTO

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.