list_data_sources
List the data sources connected to your clariBI organization. Returns id, name, source_type, status, last sync time, and the number of rows (when known).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Page size (1-100). | |
| offset | No | Row offset for pagination. | |
| source_type | No | Filter by source_type (csv, postgresql, google_ads, meta_ads, jira, mcp, …). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| items | Yes | ||
| limit | Yes | ||
| total | Yes | Total data sources matching the query. | |
| offset | Yes |