Sentinel Hub · Schema

DeliveryArchiveStatus

Status of archive creation. Only archives with status `DONE` can be downloaded.

Satellite ImageryGeospatialRemote SensingEarth ObservationNDVISentinelLandsatMODISOGCSTAC
View JSON Schema on GitHub

JSON Schema

DeliveryArchiveStatus.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api.sentinel-hub.com/schemas/DeliveryArchiveStatus",
  "title": "DeliveryArchiveStatus",
  "description": "Status of archive creation. Only archives with status `DONE` can be downloaded.",
  "type": "string",
  "enum": [
    "WAITING",
    "PREPARING",
    "DONE",
    "FAILED"
  ]
}