Skip to main content
GET
Get File with Signed URL

Authorizations

Authorization
string
header
required

Headers

TR-Dataset
string<uuid>
required

The dataset id or tracking_id to use for the request. We assume you intend to use an id if the value is a valid uuid.

Path Parameters

file_id
string<uuid>
required

The id of the file to fetch

Query Parameters

ttl
integer<int32> | null

The time to live of the signed url in seconds

Required range: x >= 0
content_type
string | null

Optional field to override the presigned url's Content-Type header

Response

The file's information and s3_url where the original file can be downloaded

created_at
string<date-time>
required
file_name
string
required
id
string<uuid>
required
s3_url
string
required
size
integer<int64>
required
updated_at
string<date-time>
required
metadata
unknown
tag_set
string[] | null
time_stamp
string<date-time> | null