Skip to main content
GET
cURL
如果需要,结果可以分成多个部分:
  1. 通过指定 batch_sizepart=1 来下载第一部分。
  2. 使用 此端点 检查已创建的部分数量。
  3. 通过更改 part 参数下载剩余部分。(batch_sizeformatcompress 在每次调用时必须保持不变)

授权

Authorization
string
header
必填

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

路径参数

snapshot_id
string
必填

The ID that was returned when the collection was triggered

示例:

"s_m4x7enmven8djfqak"

查询参数

format
enum<string>

Format of the data to be received

可用选项:
json,
ndjson,
jsonl,
csv
compress
boolean

Whether the result should be compressed or not

batch_size
integer

Divide into batches of X records

必填范围: x >= 1000
part
integer

If batch_size was provided, specify which part to download

响应

200 - application/json

OK

Data in the desired format