Data Sources
List Data Sources
Create Data Source
Get Data Source
Update Data Source
Delete Data Source
ModelsExpand Collapse
DataSource { id, component, name, 6 more }
Schema for a data source.
component: Record<string, unknown> | CloudS3DataSource { bucket, aws_access_id, aws_access_secret, 5 more } | CloudAzStorageBlobDataSource { account_url, container_name, account_key, 8 more } | 9 more
Component that implements the data source
CloudAzStorageBlobDataSource { account_url, container_name, account_key, 8 more }
CloudSharepointDataSource { client_id, client_secret, tenant_id, 11 more }
exclude_path_patterns?: Array<string> | null
List of regex patterns for file paths to exclude. Files whose paths (including filename) match any pattern will be excluded. Example: [‘/temp/’, ‘/backup/’, ‘.git/’, ‘.tmp$’, ’^~’]
CloudConfluenceDataSource { authentication_mechanism, server_url, api_token, 11 more }
Configuration for handling failures during processing. Key-value object controlling failure handling behaviors.
Example: { “skip_list_failures”: true }
Currently supports:
- skip_list_failures: Skip failed batches/lists and continue processing
sync_permissions?: boolean
Whether to fetch space-level permissions (allowed users/groups) and attach them to document metadata for access control. Disable for Confluence Server/Data Center versions whose permission APIs are unavailable (e.g. the JSON-RPC API removed in Data Center 9.2.6+), which otherwise surface as 401 errors during sync.
CloudJiraDataSource { authentication_mechanism, query, api_token, 5 more }
CloudJiraDataSourceV2 { authentication_mechanism, query, server_url, 10 more }
CloudBoxDataSource { authentication_mechanism, class_name, client_id, 6 more }
custom_metadata?: Record<string, Record<string, unknown> | Array<unknown> | string | 2 more | null> | null
component: Record<string, unknown> | CloudS3DataSource { bucket, aws_access_id, aws_access_secret, 5 more } | CloudAzStorageBlobDataSource { account_url, container_name, account_key, 8 more } | 9 more
Component that implements the data source
CloudAzStorageBlobDataSource { account_url, container_name, account_key, 8 more }
CloudSharepointDataSource { client_id, client_secret, tenant_id, 11 more }
exclude_path_patterns?: Array<string> | null
List of regex patterns for file paths to exclude. Files whose paths (including filename) match any pattern will be excluded. Example: [‘/temp/’, ‘/backup/’, ‘.git/’, ‘.tmp$’, ’^~’]
CloudConfluenceDataSource { authentication_mechanism, server_url, api_token, 11 more }
Configuration for handling failures during processing. Key-value object controlling failure handling behaviors.
Example: { “skip_list_failures”: true }
Currently supports:
- skip_list_failures: Skip failed batches/lists and continue processing
sync_permissions?: boolean
Whether to fetch space-level permissions (allowed users/groups) and attach them to document metadata for access control. Disable for Confluence Server/Data Center versions whose permission APIs are unavailable (e.g. the JSON-RPC API removed in Data Center 9.2.6+), which otherwise surface as 401 errors during sync.