English
cURL
curl --request GET \ --url https://api.brightdata.com/datasets/v3/delivery/{delivery_id} \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "delivery_files": [ { "filename": "<string>", "delivery_ts": 123 } ], "status": "done" }
The call returns the delivery status
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The unique delivery id returned from the delivery API endpoint
OK
The response is of type object.
object
Was this page helpful?