Get Dataset Audit Trail
GET/datasets/:dataset_id/audit
Get the audit trail for a dataset, showing every row-level change over time.
grouped=true (the default) collapses the Iceberg snapshots belonging to one logical
operation — such as a multi-step commit via POST .../rows/commit — into a single entry
reporting its combined effect; grouped=false instead returns one entry per raw
snapshot, which is finer-grained but can split what a caller thinks of as one edit across
several entries. target and snapshot_id narrow the result to a specific audit
target or the logical commit containing a given snapshot. limit/offset paginate;
omitting limit returns every entry unpaged, which existing callers rely on and so
cannot be changed without breaking them.
Request
Responses
- 200
- 401
- 403
- 404
- 422
Successful Response
Unauthorized
Forbidden
Not Found
Validation Error