WorkspaceFile
/api/v1/workspaces/filesA file stored within a workspace folder.
listFilesgetFiledownloadUrldeleteFileSchema
| Field | Type | Notes |
|---|---|---|
| id* | uuid | File UUID. |
| workspace_id* | uuid | FK → WorkspaceOwning workspace. |
| folder_id | uuid | FK → FolderContaining folder. |
| name* | string | File name with extension. |
| size | integer | File size in bytes. |
| content_type | string | MIME type. |
| created_at* | date-time | Upload timestamp. |
API
Loading manifest…