List supported datasources
datasourcesList every datasource Oviond supports, with the id (the datasource_id used everywhere else — e.g. ga4, gadw, fb-ads), name, category, and data views. Call this FIRST to find the datasource_id, then describe_datasource for that datasource's views, metrics and dimensions. For what this account has actually connected, use connected_datasources.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | The catalog of supported datasources — each with its id (the datasource_id used everywhere else), name, category and data views. | |
| success | Yes | True when the call succeeded. A failure comes back as an error result instead. |