v1

latestOpenAPI 3.1.12026-07-24260246894.7 KB
Files

Retrieve file

Endpoint for retrieving a single file.

get/files/{id}/

Path parameters

idstring required

Response

created_tsstring date-time required

The timestamp in UTC when the file created

filestring uri

The actual file content.

file_sizeinteger nullable

The size of the file in bytes.

idstring required

The unique identifier of the file object.

mime_typestring required

The MIME type of the file.

modified_tsstring date-time required

The timestamp in UTC when the file was last modified

original_filenamestring

The original filename of the uploaded file.