List Folders
GET/api/v1/folders
Retrieve a paginated list of folders with optional filtering, sorting, and search capabilities.
Headers
AuthorizationstringRequired
Bearer token for authentication
Query Parameters
folderIdstringOptional
Parent folder ID to list subfolders. Omit or use empty string for root folders.
starredbooleanOptional
Filter to show only starred folders
sharedbooleanOptional
Filter to show only shared folders
trashedbooleanOptional
Include trashed folders in results
searchstringOptional
Search query to filter folders by name
limitintegerOptional
Maximum number of folders to return
offsetintegerOptional
Number of folders to skip for pagination
sortBystringOptional
Field to sort results by
sortOrderstringOptional
Sort order direction
GET/api/v1/folders
Response