Get Source
Authentication
Path parameters
Technical identifier of the source type (e.g., ‘github’, ‘stripe’, ‘slack’)
Response
Human-readable name of the data source connector (e.g., ‘GitHub’, ‘Stripe’, ‘PostgreSQL’).
List of supported authentication methods (e.g., ‘direct’, ‘oauth_browser’).
OAuth token type for OAuth sources (e.g., ‘access_only’, ‘with_refresh’).
Python class name that defines the authentication configuration fields required for this source (only for DIRECT auth).
Python class name that defines the source-specific configuration options and parameters.
List of entity definition short names that this source can produce (e.g., [‘asana_task_entity’, ‘asana_project_entity’]).
Whether this source supports cursor-based continuous syncing for incremental data extraction. Sources with this capability can track their sync position and resume from where they left off.
Whether this source uses federated search instead of traditional syncing. Federated search sources query data in real-time during searches rather than syncing and indexing all data beforehand.
Whether this source’s entities have timestamps that enable recency-based ranking. Sources without file-level timestamps (e.g., code repositories) cannot use temporal relevance for search result weighting.
Whether this source supports document-level access control. Sources with this capability extract ACL information from the source and apply it during search to filter results based on user permissions.
Rate limiting level for this source: ‘org’ (organization-wide), ‘connection’ (per-connection/per-user), or None (no rate limiting).
Feature flag required to access this source. If set, only organizations with this feature enabled can see/use this source.
List of auth provider short names that support this source (e.g., [‘composio’, ‘pipedream’]). Computed dynamically for API responses. This field is not stored in the database.