Browse files available in a connected data source. Returns URIs compatible with Cloudglue’s file import system. Supports pagination and provider-specific filtering.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The ID of the data connector
Maximum number of files to return (1-100)
1 <= x <= 100Opaque cursor for pagination. Use the next_page_token from a previous response.
Start date for filtering (YYYY-MM-DD). Applies to Zoom connectors only.
End date for filtering (YYYY-MM-DD). Applies to Zoom connectors only.
Google Drive folder ID to list contents of. Applies to Google Drive connectors only.
Dropbox folder path to list contents of (default: root). Applies to Dropbox connectors only.
Bucket name. Required for S3 and GCS connectors.
Key prefix filter. Applies to S3 and GCS connectors only.
A list of files and folders
Object type, always 'list'
list Array of file and folder objects
Whether more results are available
Opaque cursor to pass as page_token for the next page. Null when there are no more results.