Files & Folders
List File Entries
Get a list of files and folders
GET
Overview
Returns a paginated list of file entries (files and folders) that the user has access to. Supports filtering, searching, and sorting.Query Parameters
Workspace ID. Use
0 for personal workspace.Number of entries per page
Page number (1-indexed)
Filter to entries that are children of specified folder IDs
Display files in specified folder (by hash)
Search query to filter entry names
Filter by file type:
folder, image, text, audio, video, pdfReturn only trashed entries
Return only starred entries
Return only recently accessed entries
Return only entries shared with you
Sort field:
updated_at, created_at, name, file_sizeSort direction:
asc or descResponse
Array of file entry objects
Current folder info (null if listing root)
Current page number
Total number of pages
Total number of entries

