list_data
Discover visible datasets in your organization with optional search, status, and source filters. Returns dataset metadata including row and column counts for efficient schema selection.
Instructions
List visible datasets for the current user. Use search plus compact mode first for low-token dataset discovery, then get_data_schema on the chosen dataset_id. Read-only and non-destructive; lists only the active API key's organization and is not separately rate-limited. Returns the datasets array (dataset_id, name, status, source_names, connection_type, row_count, column_count, refreshable) plus count, total, matched_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. |