curl -X GET "https://YOUR_BASE_URL/sources?page=1&size=20&sort_by=name&sort_order=asc" \ -H "Authorization: Bearer <api-key>" \ -H "Workspace-Id: <workspace-id>"
{ "message": "", "meta": {}, "data": { "items": [ { "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6", "name": "production-snowflake", "type": "snowflake", "status": "active", "is_interactive": true, "dataset_count": 42, "validation_count": 128, "failed_validation_count": 3, "column_count": 560, "sensitive_column_count": 12, "last_scanned_at": "2025-01-15T10:30:00Z", "database_version": "8.23.0", "workspace_id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890" } ], "page": 1, "size": 20, "total": 1, "pages": 1 } }
List all data sources in the workspace with optional filtering, sorting, and pagination.
Bearer <api-key>
last_scanned
name
type
asc
desc
Show data
Show items[]
snowflake
bigquery
postgresql