Gets the status of a download request for an AOI
cURL
curl --request GET \ --url https://api.pixxel.space/v0/aois/{aoi_id}/downloads/{download_id} \ --header 'Authorization: <api-key>'
{ "download_id": "dc01addf-b6c3-4fa9-9a49-dcdcb4c99229", "signed_url": "https://storage.account/download", "status": "SUCCESS" }
AOI ID
Download ID
OK
The response is of type object.
object