List Data Connector Files
Browse files available in a connected data source. Returns URIs compatible with Cloudglue’s file import system, and per-file provider metadata (see the metadata field) so you can inspect participants, hosts, durations, and AI summaries before importing. Supports pagination and filtering: from/to and title_search are shared filters honored by every connector that can (see each parameter’s support matrix); parameters a connector can’t honor are silently ignored. When filters are applied, a page may contain fewer than limit items — even zero — while has_more is still true: continue paginating until next_page_token is null rather than stopping at the first short or empty page.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The ID of the data connector
Query Parameters
Maximum number of files to return (1-100)
1 <= x <= 100Opaque cursor for pagination. Use the next_page_token from a previous response. Tokens are only valid with the same filter parameters they were issued under.
Start date for filtering (YYYY-MM-DD, inclusive UTC day bound). Native for Zoom and Gong (call start; both default to a 6-month lookback when omitted), Grain and Recall (recording start/created time), iconik (asset date_created), and Google Drive (createdTime); matched while listing for Dropbox (client_modified). Ignored for S3/GCS.
End date for filtering (YYYY-MM-DD, inclusive UTC day bound). Same per-connector support as from. Ignored for S3/GCS.
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.
Case-insensitive title filter. Native for Grain (title_search), Google Drive (name contains), and iconik (full-text title search); matched while listing for Zoom (topic), Gong (call title), and Dropbox (filename). Ignored for Recall (no title is available when listing) and S3/GCS.
Team filter. Applies to Grain connectors only. See the Grain documentation for more details.
Meeting type filter. Applies to Grain connectors only. See the Grain documentation for more details.
Response
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.