list_data
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.
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. |