Deliver Snapshot
Use the Bright Data Marketplace Dataset API to deliver a Snapshot. POST /datasets/snapshots//deliver returns 200 OK with metadata as JSON.
Documentation Index
Fetch the complete documentation index at: https://docs.brightdata.com/llms.txt
Use this file to discover all available pages before exploring further.
Before you begin
Before you begin
snap_m2bxug4e2o352v1jv1) is a unique identifier created each time a data collection is triggered or a dataset is filtered.Where do Snapshot IDs come from?
| Source | Endpoint | What it returns |
|---|---|---|
| Filter Dataset | POST /datasets/filter | snapshot_id in the response body |
| Trigger Collection | POST /datasets/v3/trigger | snapshot_id in the response body |
| Dataset Subscription | Automatic delivery schedule | Snapshot IDs are generated per scheduled run |
| Snapshot List | GET /datasets/v3/snapshots | List of all snapshots with their IDs |
ready status before delivery.See Get Snapshot Metadata for full documentation.
Tracking delivery status
Tracking delivery status
id returned in the response is a delivery job ID. Use it to monitor whether your delivery has completed, failed, or been canceled.| Field | Type | Description |
|---|---|---|
id | string | The delivery job ID |
status | string | Delivery status: done, canceled, or failed |
delivery_files | array | List of delivered files with filename and delivery timestamp |
See Monitor Delivery for full documentation.
End-to-end workflow
End-to-end workflow
Authorizations
Use your Bright Data API Key as a Bearer token in the Authorization header.
How to authenticate:
- Obtain your API Key from the Bright Data account settings at https://brightdata.com/cp/setting/users
- Include the API Key in the Authorization header of your requests
- Format:
Authorization: Bearer YOUR_API_KEY
Example:
Authorization: Bearer b5648e1096c6442f60a6c4bbbe73f8d2234d3d8324554bd6a7ec8f3f251f07dfLearn how to get your Bright Data API key: https://docs.brightdata.com/api-reference/authentication
Path Parameters
The Snapshot ID to deliver. This is the unique identifier returned when you trigger a collection, filter a dataset, or run a subscription.
Learn more about Snapshot ID.
"snap_m2bxug4e2o352v1jv1"
Body
Deliver configuration
- Microsoft Azure
- Build
- Email
- Google Cloud
- Google Cloud PubSub
- Amazon S3
- SFTP
- Snowflake
- Webhook
- Aliyun Object Storage Service
Deliver file compressed in gzip format
Number of records per file. Use this to split large snapshots into multiple smaller files. Files are split by record count. Recommended for snapshots with more than 1 million records. Note: Maximum batch size is 5GB.
100000
Response
OK
The delivery job ID. Use this ID to track the delivery status (see Tracking delivery status).