Management APIs
Get snapshots
Get a list of triggered collections, the list contains only snapshots created for a specific dataset
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
The dataset identifier (can be found in the specific API page)
List only snapshots with a specific status
Available options:
running
, ready
, failed
Skip the first x
snapshots
Limit the number of snapshots to return
Required range:
x < 5000
List only snapshots that were created after a specific date
List only snapshots that were created before a specific date
Response
200 - application/json
OK
Snapshot ID returned by trigger API
When the collection was requested
Status of the collection
Available options:
running
, ready
, failed
ID of the dataset for which collection was triggered
Amount of records collected
Was this page helpful?