Skip to main content
GET
/
orchestration
/
records
/
download
Download records
curl --request GET \
  --url https://api.getcargo.io/v1/orchestration/records/download \
  --header 'Authorization: Bearer <token>'
{
  "url": "<string>"
}

Authorizations

Authorization
string
header
required

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

Response

Successful response

url
string
required

Download URL for the exported records.