JobAttachment

get

List attachments

Authorizations
sessionidstringRequired

Log in using the POST /api/v1/auth/ endpoint

Path parameters
job_idstringRequired
Responses
chevron-right
200

Success: Attachment list

application/json
get
/api/v1/jobs/{job_id}/attachments/
get

Get attachment metadata by id

Authorizations
sessionidstringRequired

Log in using the POST /api/v1/auth/ endpoint

Path parameters
attachment_idstringRequired
Responses
chevron-right
200

Success: Attachment details

application/json
idstring · uuidRequired
job_idany ofOptionalDefault: null
string · uuidOptional
or
nullOptional
typestring · enumRequiredPossible values:
created_atany ofOptionalDefault: null
string · date-timeOptional
or
nullOptional
nameany ofOptionalDefault: null
stringOptional
or
nullOptional
get
/api/v1/jobs/attachment/{attachment_id}/

Last updated

Was this helpful?