Sentinel Hub · Schema

BatchStatisticsTaskStatusDto

Satellite ImageryGeospatialRemote SensingEarth ObservationNDVISentinelLandsatMODISOGCSTAC

Properties

Name Type Description
id string UUID of the submitted request.
status string Current processing status of the request. Must NOT be specified when creating new requests
error string Description of error in case the request failed.
completionPercentage number
lastUpdated string
costPu number Cost of the request in processing units
created string Creation time of the request
stoppedStatusReason string The reason for request having status STOPPED.
View JSON Schema on GitHub

JSON Schema

BatchStatisticsTaskStatusDto.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api.sentinel-hub.com/schemas/BatchStatisticsTaskStatusDto",
  "title": "BatchStatisticsTaskStatusDto",
  "type": "object",
  "properties": {
    "id": {
      "description": "UUID of the submitted request.",
      "format": "uuid",
      "type": "string"
    },
    "status": {
      "description": "Current processing status of the request. Must NOT be specified when creating new requests",
      "type": "string",
      "enum": [
        "CREATED",
        "ANALYSING",
        "ANALYSIS_DONE",
        "PROCESSING",
        "DONE",
        "FAILED",
        "STOPPED",
        "PARTIAL"
      ]
    },
    "error": {
      "description": "Description of error in case the request failed.",
      "type": "string"
    },
    "completionPercentage": {
      "type": "number"
    },
    "lastUpdated": {
      "type": "string",
      "format": "date-time"
    },
    "costPu": {
      "type": "number",
      "description": "Cost of the request in processing units"
    },
    "created": {
      "description": "Creation time of the request",
      "type": "string",
      "format": "date-time"
    },
    "stoppedStatusReason": {
      "description": "The reason for request having status STOPPED.",
      "type": "string",
      "enum": [
        "OUT_OF_PU",
        "USER_ACTION"
      ]
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/BatchStatisticsTaskStatusDto"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.