GET
/
datasets
/
v3
/
delivery
/
{delivery_id}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

delivery_id
string
required

The unique delivery id returned from the delivery API endpoint

Response

200 - application/json
delivery_files
object[]

List of delivered files

id
string
status
enum<string>

Status of the delivery

Available options:
done,
canceled,
failed