List all version snapshots for a dataset with cursor-based pagination.
cURL
curl --request GET \ --url https://api.cuadra.ai/v1/datasets/{dataset_id}/snapshots \ --header 'Authorization: Bearer <token>'
{ "items": [ { "id": "<string>", "datasetId": "<string>", "version": 2, "recordCount": 1, "status": "<string>", "createdAt": "2023-11-07T05:31:56Z" } ], "nextCursor": "<string>", "hasMore": false, "totalCount": 123 }
JWT token from Stytch B2B authentication (magic link, SSO, or M2M)
Dataset ID
"dataset_abc123"
1 <= x <= 100
Opaque cursor
Successful Response
Offset-style page envelope for dataset snapshots.
List of snapshots
Show child attributes
Cursor for next page
Whether more results exist
Total count of snapshots
Was this page helpful?