Get Source Connection
Retrieve details of a specific source connection.
Returns complete information about the connection including:
- Configuration settings
- Authentication status
- Sync schedule and history
- Entity statistics
Authentication
x-api-keystring
API Key authentication via header
Path parameters
source_connection_id
Unique identifier of the source connection (UUID)
Response
Source connection details
id
Unique identifier of the source connection
organization_id
Organization this connection belongs to
name
Display name of the connection
short_name
Source type identifier
readable_collection_id
Collection this connection belongs to
status
Current operational status of the connection
created_at
When the connection was created (ISO 8601)
modified_at
When the connection was last modified (ISO 8601)
auth
Authentication status and details
description
Optional description of the connection's purpose
config
Source-specific configuration values
schedule
Sync schedule configuration
sync
Sync execution history and statistics
sync_id
ID of the associated sync (internal use)
entities
Summary of synced entities by type
error_category
Error category when status is needs_reauth (e.g. oauth_credentials_expired)
Allowed values:
error_message
Human-readable error message when status is needs_reauth
provider_settings_url
URL to the auth provider’s settings dashboard (for auth_provider errors)
provider_short_name
Auth provider short_name (e.g. ‘composio’, ‘pipedream’) for display
federated_search
Whether this source uses federated (real-time) search instead of syncing
Errors
404
Not Found Error
422
Unprocessable Entity Error
429
Too Many Requests Error