List Files
all · images · deliverables · documents · filesCapped at 200.
Filename search (partial match).
{ images, deliverables, documents, files } countsGet File Content
image · deliverable · document · fileContent-Type set to the stored MIME type and Content-Disposition: inline.
Move or Rename File
move or renameRequired when
action is move.Required when
action is rename.There is also a bulk variant of this operation at
PATCH /api/v1/workspaces/{workspaceId}/storage/files — same body shape, plus a top-level fileId field to select the target file.Errors
| Status | Error |
|---|---|
| 400 | fileId is required / destFolderPath is required for move / newName is required for rename |
| 400 | Missing fileId or fileType (Get Content) |
| 401 | Unauthorized |
| 404 | File not found / Storage key not found / Empty file |