GET
/
files
/
{container}
/
list

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

container
string
required

The container id or root

Query Parameters

parent
any

The parent directory

hidden
boolean

Whether to show hidden files

recursive
boolean

Whether to search recursively

query
string

The query to search for

Response

200 - application/json
name
string
required

The name of the file or directory

type
enum<string>
required

The type of the file or directory

Available options:
file,
directory
size
string | null
required

The size of the file

modified
string
required

The date the file was last modified