如果需要,结果可以分成多个部分:
-
通过指定
batch_size
和part=1
来下载第一部分。 - 使用 此端点 检查已创建的部分数量。
-
通过更改
part
参数下载剩余部分。(batch_size
、format
和compress
在每次调用时必须保持不变)
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 >= 1000
If batch_size was provided, specify which part to download
Response
200 - application/json
OK
Data in the desired format