cURL
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
cURL
Documentation Index
Fetch the complete documentation index at: https://brightdata-ipv6-release.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
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 >= 1000Response
200 - application/json
OK
Number of parts that were created