Files

Read File Content

Get a presigned URL to download the file content.

get/api/v1/files/{id}/content

Path parameters

idstring uuid required

Query parameters

expires_at_secondsinteger nullable
project_idstring uuid nullable
organization_idstring uuid nullable

Cookies

sessionstring nullable

Response

Successful Response

urlstring uri required

A presigned URL for IO operations against a private file

expires_atstring date-time required

The time at which the presigned URL expires

form_fieldsobject nullable

Form fields for a presigned POST request

Changes