For the complete documentation index, see llms.txt. This page is also available as Markdown.

Job Attachment

get

List attachments

Authorizations
sessionidstringRequired

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

Path parameters
job_idstringRequired
Responses
200

Success: Attachment list

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

Download job log attachment

Authorizations
sessionidstringRequired

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

Path parameters
job_idstringRequired
Responses
200

Success: Job log archive (ZIP)

No content

get/api/v1/jobs/{job_id}/download_log/

No content

get

Get attachment metadata by id

Authorizations
sessionidstringRequired

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

Path parameters
attachment_idstringRequired
Responses
200

Success: Attachment details

application/json
idstring · uuidRequired
job_idstring · uuid · nullableOptionalDefault: null
typestring · enumRequiredPossible values:
created_atstring · date-time · nullableOptionalDefault: null
namestring · nullableOptionalDefault: null
get/api/v1/jobs/attachment/{attachment_id}/

Last updated

Was this helpful?