Get one of my datasets and what it has built
get_my_datasetOne workspace dataset in build terms: name, description, status, each table with its build state, promotion state and live version, the latest run, and any run held waiting for a spend confirmation. Example: {"dataset_id": "…"}. Returns {dataset_id, name, description, status, version, tables: [{table_id, name, status, promotion_status, live_version_id}], latest_run, held_run, dashboard_url}. This is the tool to call after a run finishes to see what it produced. Different from the public get_dataset, which reads the published catalog.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dataset_id | Yes |