Lists internal files, externally connected files and folders across the workspace. Optional query parameters may be provided to filter results by object, record, storage provider or parent folder.
This endpoint is in alpha and may be subject to breaking changes as we gather feedback.
Required scopes: object_configuration:read, record_permission:read, file:read.
This API uses OAuth 2.0 with the authorization code grant flow.
The object slug or ID.
1Used to filter files to only those on a specific record.
Filter results by storage provider.
attio, dropbox, box, google-drive, microsoft-onedrive Filter by parent folder ID. Each file entry has provided optioanl parent_folder_id that can be used to filter results by folder. When omitted, entries at all nesting levels are returned.
The maximum number of files to return. Must be between 1 and 200. Defaults to 50.
1 <= x <= 20050
A pagination cursor used to fetch the next page of files. Responses with more files will include a cursor for you to use here. If not provided, the first page will be returned.