List Dataset Snapshots
GET/datasets/:dataset_id/snapshots
List all Iceberg snapshots for a dataset, newest first.
Each entry is one immutable commit in the table's history — created by an upload, a row operation, or a mapping/promotion rewrite — with commits that share the same logical operation collapsed into one entry rather than listed as separate snapshots. Reports a 404 if the dataset has never registered an Iceberg table (a non-Parquet upload that was never converted, for instance), even though the dataset row itself exists.
Request
Responses
- 200
- 401
- 403
- 404
- 422
Successful Response
Unauthorized
Forbidden
Not Found
Validation Error