List Folder Contents
Returns what’s inside one folder: the folder node itself, its direct
subfolders (folders, name-ordered, not paginated), and the files
placed in it (files, newest first, paginated with page/pageSize;
totalCount counts the files). Only finalized (ready) files appear.
Required permission: company.file:read
Authorizations
API key authentication. Send your raw API key as the Authorization header value with NO scheme prefix — Authorization: YOUR-API-KEY. Do NOT prefix it with Bearer or ApiKey , and do not use an X-API-Key header; those are not accepted.
Path Parameters
Company identifier
Folder identifier
Query Parameters
Page number (1-based, default 1, page size 50)
x >= 1Number of records per page (default 50).
x >= 1Response
The folder's contents
One folder node as a flat adjacency-list row — parentFolderId null means
the owner's top level. The folder tree endpoint returns every live folder
for an owner as these rows; consumers assemble the hierarchy client-side.
The folder's direct subfolders
The files placed directly in the folder (paginated)
Total number of files in the folder across all pages
