Skip to main content
GET
Get File Download Link.

Authorizations

Authorization
string
header
required

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

Path Parameters

task_uuid
string<uuid>
required

Unique ID of the Task for which to retrieve a link to a file data item.

data_item_uuid
string<uuid>
required

Unique ID of the task data item for which to retrieve a download link.

Response

Successful Response

Response from getting a download link for a data item.

file_name
string
required

A suggested file name for the downloaded data.

url
string<uri>
required

The temporary download link.

Required string length: 1 - 2083
uuid
string<uuid>
required

Unique ID of the data item.