snapshots
Deterministic test fixtures: save the project's entire dataset under a name, restore it exactly later (list/delete too). Any GET can also be served read-only FROM a snapshot without touching live data via query param mock_snapshot= in query_records params — parallel test scenarios on one project.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Snapshot name (required for restore/delete; default for save: snapshot-<n>). | |
| action | Yes | ||
| project | Yes | ||
| adminKey | Yes |