refresh_data
Re-pull a saved dataset from its original source using stored connection and selection. Returns status, schema summary, and refreshable flag; only live-connected datasets can refresh.
Instructions
Re-pull a saved dataset from its original database, API, or object-store origin using the stored connection and selection, and return the same envelope as connect_data (status, schema_summary, refreshable). Only datasets created from a live connection can refresh — an inline upload fails with not_refreshable (check the refreshable flag in list_data first), and an unknown dataset_id fails with not_found.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dataset_id | Yes | Dataset ID from connect_data or list_data. |