Skip to main content
GET
Get Run Attachment Download Url

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

attachment_id
string<uuid>
required

Query Parameters

expires_in
integer
default:300

URL expiration time in seconds (10-3600)

Required range: 10 <= x <= 3600

Response

Successful Response

Response schema for run attachment download URL

url
string
required

Signed URL for downloading the attachment

expires_in
integer
required

Seconds until the URL expires