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

roomId
string
required
The room to list files from.
mimeType
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.
userId
string
Filter by the user who uploaded the files.

Response

files
StorageFile[]
Array of file objects. See StorageFile.

Example

Response