Data Sources API
Estimated reading time: 15 minutes
View your connected data sources and their status through the API.
List Data Sources
GET /api/v1/data-sources
X-API-Key: claribi_key_abc123...Returns all active data sources in your organization.
Get Data Source Details
GET /api/v1/data-sources/{id}
X-API-Key: claribi_key_abc123...Returns details about a specific data source including connection status.
Supported Source Types
| Type | source_type value |
|---|---|
| PostgreSQL | postgresql |
| MySQL | mysql |
| SQL Server | mssql |
| CSV File | csv |
| Excel File | excel |
| Google Analytics | google_analytics |
| Google Sheets | google_sheets |
| REST API | rest_api |
| Jira | jira |
Note
Data source management (creating, updating, deleting, syncing) is done through the clariBI web interface. The external API provides read-only access to view your connected data sources and their status.
Related
Ready to try clariBI?
Start your free 14-day trial. No credit card required.