GET |
/api/datasources |
List the selected workspace’s attached sources. |
POST |
/api/datasources |
Attach a source of any registered type to the selected workspace. |
GET |
/api/datasources/sheet-preview |
Live spreadsheet preview (title, tabs, headers, 2 sample rows) — drives the attach-a-sheet UI so column mapping is point-and-click. |
GET |
/api/datasources/warehouse-preview |
Columns + a few sample rows from a warehouse table. |
DELETE |
/api/datasources/{source_id} |
Detach a data source. Owner or workspace-owner only. |
PUT |
/api/datasources/{source_id} |
Update the column mapping of an attached source. |