List Files
Returns the files visible to an owner (a configured entity or the
company level), newest first by the file’s display date (displayDate
when set, else its creation time — so backdated historical files
interleave correctly). Only finalized (ready) files are listed
— pending uploads are never returned.
Optionally filter by folder placement with folderId: omit it for every
folder, pass a folder id for that folder’s files, or pass an empty value
(folderId=) for the owner’s top level only.
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).
Folder placement filter — omit for every folder, a folder id for
that folder, or empty (folderId=) for the owner's top level.
Page number (1-based, default 1).
x >= 1Number of records per page (default 50).
x >= 1