list_datasets
Browse available datasets with filters for status, source, and search. Retrieve each dataset's model tier, columns, and readiness to choose the right source for queries.
Instructions
List registered datasets and their current model tier. Use search plus compact mode for low-token discovery, then poll status or use the primary data tools once you choose a dataset. Read-only and non-destructive; lists only the active API key's organization and is not separately rate-limited. Returns the datasets array with dataset_id, name, status, model_tier, source_names, column_count, and registered_at, plus count, total, page, limit, and pages.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (default 1). | |
| limit | No | Results per page (default: all visible datasets, max 200 when set). | |
| search | No | Deterministic lexical filter over dataset_id, name, and source_names. | |
| status | No | Optional dataset readiness filter such as ready or training. | |
| compact | No | When true, request the low-token compact dataset discovery shape. | |
| source_name | No | Optional source-name filter for narrowed dataset discovery. |