v1

latestOpenAPI 3.0.02026-08-0455133277.1 KB
Downloads

Get status of a download request

Gets the status of a download request for an AOI

get/v0/aois/{aoi_id}/downloads/{download_id}

Path parameters

aoi_idstring required

AOI ID

download_idstring required

Download ID

Response

OK

download_idstring
signed_urlstring
statusstring

Example response

{
  "download_id": "dc01addf-b6c3-4fa9-9a49-dcdcb4c99229",
  "signed_url": "https://storage.account/download",
  "status": "SUCCESS"
}