跳转到主要内容
GET
/
datasets
/
v3
/
snapshot
/
{snapshot_id}
/
input
cURL
curl --request GET \
  --url https://api.brightdata.com/datasets/v3/snapshot/{snapshot_id}/input \
  --header 'Authorization: Bearer <token>'
"input1,input2\nvalue1,value2"

授权

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"

响应

200 - text/csv

Inputs in CSV format

The response is of type string.

示例:

"input1,input2\nvalue1,value2"