List Files
Returns the files visible to an owner (a configured entity or the
company level), newest first. 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
(PascalCase), or company for company-level files and folders.
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, page size 50)
x >= 1Number of records per page (default 50).
x >= 1