Skip to main content

List Files

string
default:"all"
all · images · deliverables · documents · files
number
default:"50"
Capped at 200.
Filename search (partial match).
StorageFile[]
object
{ images, deliverables, documents, files } counts
boolean

Get File Content

string
required
string
required
image · deliverable · document · file
Streams the raw file with Content-Type set to the stored MIME type and Content-Disposition: inline.

Move or Rename File

string
default:"rename"
move or rename
string
Required when action is move.
string
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