GET
/
v1
/
run-attachments
/
{attachment_id}
/
download-url
Get Run Attachment Download Url
curl --request GET \
  --url https://api.cyberdesk.io/v1/run-attachments/{attachment_id}/download-url \
  --header 'Authorization: Bearer <token>'
{
  "url": "<string>",
  "expires_in": 123
}

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

200
application/json

Successful Response

Response schema for run attachment download URL