If needed, the result can be divided into several parts:
-
Download the first part by specifying a
batch_sizeandpart=1 - Check how many part were created using this endpoint
-
Download the rest of the parts by changing the
partparameter. (batch_size,formatandcompressmust stay the same for each call)
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
Example:
"s_m4x7enmven8djfqak"
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 >= 1000If batch_size was provided, specify which part to download
Response
200 - application/json
OK
Data in the desired format