List Files
List files for the active org with optional filters.
/files/list, not /files.
Auth
Requires a CRM read scope and an active organization on the token. Any ofcontacts:read, deals:read, companies:read, or activities:read qualifies, as does any *:manage scope — manage implies read.
Response
X-Total-Count header either — keep incrementing offset until a page comes back shorter than limit.Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Filter by folder. Pass 'root' to get files at the Files root (folder_id IS NULL). Omit to list all files across folders.
When true with folder_id, includes files in every descendant folder of the given folder.
Comma-separated tag list; only files containing every listed tag are returned.
Case-insensitive substring match against the file's display name; * and ? are stripped.
Filter by how the file was created, e.g. upload or ai_generated.
Filter by the uploader's user id.
Maximum number of files to return per page.
1 <= x <= 200Number of files to skip, for pagination.
x >= 0Response
Successful Response
The response is of type Response List Files Files List Get · object.