Management APIs
Get snapshot delivery parts
When requesting a delivery in batches (see available delivery APIs) use this endpoint to check how many parts were created. format, compress and batch_size should exactly match what was sent to the delivery/download API calls.
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The ID that was returned when the collection was triggered
Query Parameters
Format of the data to be received
Available options:
json
, ndjson
, jsonl
, csv
Whether the result should be compressed or not
Divide into batches of X records
Required range:
x > 1000
Response
200 - application/json
Number of parts that were created
Was this page helpful?