API ReferenceFile Management

List Files

GET/api/v1/files

Retrieve a paginated list of files with optional filtering, sorting, and search capabilities.

Headers

AuthorizationstringRequired

Bearer token for authentication

Query Parameters

folderIdstringOptional

Filter files by folder ID. Omit to list files in root.

includeSubfoldersbooleanOptional

Include files from all subfolders recursively

starredbooleanOptional

Filter to show only starred files

sharedbooleanOptional

Filter to show only shared files

trashedbooleanOptional

Include trashed files in results

searchstringOptional

Search query to filter files by name

limitintegerOptional

Maximum number of files to return

offsetintegerOptional

Number of files to skip for pagination

sortBystringOptional

Field to sort results by

sortOrderstringOptional

Sort order direction

GET/api/v1/files
Response