Skip to main content
Retrieve a list of files stored in a room, with optional filtering by MIME type and user.

Endpoint

Authentication

Bearer token required.

Query Parameters

string
required
The room to list files from.
string
Filter by MIME type. Use a trailing slash for categories (e.g., image/ matches all image types). Can be specified multiple times for OR matching.
string
Filter by the user who uploaded the files.

Response

StorageFile[]
Array of file objects. See StorageFile.

Example

Response