curl --request GET \
--url https://api.getcargo.io/v1/orchestration/batches/{uuid}/download \
--header 'Authorization: Bearer <token>'{
"url": "<string>"
}Download batch results
curl --request GET \
--url https://api.getcargo.io/v1/orchestration/batches/{uuid}/download \
--header 'Authorization: Bearer <token>'{
"url": "<string>"
}Was this page helpful?