Find snapshots
Lists snapshots and associated files
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Unique identifier for a dataset.
Query Parameters
Number of records to return.
Number of records to skip (it's usually page_number * per_page).
ISO-8601 timestamp that will be inclusively used as minimal timestamp of a snapshot.
ISO-8601 timestamp that will be exclusively used as maximal timestamp of a snapshot.
ISO-8601 timestamp that will be inclusively used as maximal timestamp of a snapshot.
Snapshot Id that will be inclusively used as the beginning of snapshot search range. That snapshot should exist.
Snapshot Id that will be exclusively used as the end of snapshot search range. That snapshot should exist.
Snapshot Id that will be inclusively used as the end of snapshot search range. That snapshot should exist.
Response
Ok
- Option 1
- Option 2
- Option 3
- Option 4
{
"snapshot_id": 1,
"timestamp": "2023-02-02T14:11:43.324",
"is_downloadable": true,
"files": {
"added": ["s3://some-bucket/file1.parquet"]
},
"operation": "append"
}Pagination-related flag that shows if there are more snapshots to query.
The id of the snapshot that could be used as search parameter to get next page. Unlike 'offset', guarantees no 'floating pages' issues

