Get Folder Tree
Returns an owner’s whole live folder tree as flat adjacency-list rows —
each folder carries its parentFolderId (null = top level) and
consumers assemble the hierarchy client-side. Not paginated; the
response is the complete tree for the owner.
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
Query Parameters
The file owner's entity type — a configured Field Model V1 entity type
(lowercase kebab-case URL slug, e.g. event, exposure, policy), or
company for company-level files and folders. PascalCase (Event) is
rejected with a 400 — matching the /entities/{type} path convention.
event, exposure, quote, submission, person, organization, policy, company The owner entity's id. Required for every entityType except company
(company-level files and folders have no entity id — omit this parameter).
Response
The owner's folder tree
