list_datasets_v1_datasets_get
List all datasets with pagination, returning lightweight summaries. Filter by status, provider, sort by date or name.
Instructions
GET /v1/datasets (public) — List Datasets — List all datasets with pagination.
Returns a lightweight summary of each dataset. Use the individual dataset endpoints to get full details including schema_info and column_metadata.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| offset | No | ||
| status | No | Filter by status: pending, ingesting, ready, error | |
| sort | No | Sort field with direction prefix. Use - for desc, + or none for asc. Supported: updated_at, created_at, name, status. Default: -updated_at | |
| provider | No | Filter by provider slug |