Get a list of triggered collections, the list contains only snapshots created for a specific dataset
Use your Bright Data API Key as a Bearer token in the Authorization header.
Get API Key from: https://brightdata.com/cp/setting/users.
Example:
Authorization: Bearer b5648e1096c6442f60a6c4bbbe73f8d2234d3d8324554bd6a7ec8f3f251f07df
The dataset identifier (can be found in the specific API page)
List only snapshots with a specific status
running
, ready
, failed
Skip the first x
snapshots
Limit the number of snapshots to return
x <= 5000
List only snapshots that were created after a specific date
List only snapshots that were created before a specific date
OK
The response is of type object[]
.
Get a list of triggered collections, the list contains only snapshots created for a specific dataset
Use your Bright Data API Key as a Bearer token in the Authorization header.
Get API Key from: https://brightdata.com/cp/setting/users.
Example:
Authorization: Bearer b5648e1096c6442f60a6c4bbbe73f8d2234d3d8324554bd6a7ec8f3f251f07df
The dataset identifier (can be found in the specific API page)
List only snapshots with a specific status
running
, ready
, failed
Skip the first x
snapshots
Limit the number of snapshots to return
x <= 5000
List only snapshots that were created after a specific date
List only snapshots that were created before a specific date
OK
The response is of type object[]
.