List Data Connector Files
Browse files available in a connected data source. Returns URIs compatible with Cloudglue’s file import system. Supports pagination and provider-specific filtering.
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.
Start date for filtering (YYYY-MM-DD). Applies to Zoom and Grain connectors only.
End date for filtering (YYYY-MM-DD). Applies to Zoom and Grain 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.
Title search filter. Applies to Grain connectors only. See the Grain documentation for more details.
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.