Playground

Playground

WorkspaceFile

/api/v1/workspaces/files

A file stored within a workspace folder.

listFilesgetFiledownloadUrldeleteFile

Schema

FieldTypeNotes
id*uuidFile UUID.
workspace_id*uuidFK → WorkspaceOwning workspace.
folder_iduuidFK → FolderContaining folder.
name*stringFile name with extension.
sizeintegerFile size in bytes.
content_typestringMIME type.
created_at*date-timeUpload timestamp.

API

Loading manifest…