Skip to main content
GET

Query Parameters

string
required
The ID of the drive to list files from.
string
Filter files by path prefix. Use this for folder-based navigation (e.g., documents/).
string
A delimiter for grouping files into folders. Typically /.
integer
The page number for pagination. Defaults to 1.
integer
The number of files per page. Defaults to 50.

Response

object[]
An array of file records matching the query.
string[]
An array of folder prefixes found at the current level. Only present when a delimiter is specified.
integer
The total number of files matching the query.
integer
The current page number.
integer
The number of files per page.