get_dataset_history
Retrieve the last N profile snapshots for a dataset to detect schema or content drift across multiple ingests. Snapshots are captured after each successful indexing.
Instructions
Return the last N profile snapshots for a dataset. Snapshots are appended on every successful index_local — use this to detect schema/content drift over multiple ingests of the same dataset. n capped at 50.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| n | No | Number of snapshots to return (default 10, max 50) | |
| dataset | Yes | Dataset identifier |