Get status of a download request
Gets the status of a download request for an AOI
GET/v0/aois/{aoi_id}/downloads/{download_id}
Authorisations
AuthorizationString
Path Parameters
aoi_idstringrequired
AOI IDdownload_idstringrequired
Download IDResponse
OKapplication/json
download_idstring
Example: "dc01addf-b6c3-4fa9-9a49-dcdcb4c99229"signed_urlstring
Example: "https://storage.account/download"statusstring
Example: "SUCCESS"Get status of a download request
1curl -X GET 'https://api.pixxel.space/v0/aois/{aoi_id}/downloads/{download_id}' \2 -H 'Authorization: YOUR_API_KEY'
Response:
{"download_id": "dc01addf-b6c3-4fa9-9a49-dcdcb4c99229","signed_url": "https://storage.account/download","status": "SUCCESS"}