latestOpenAPI 3.1.02026-08-105279262.8 KB

51f7c5a8d15d

aoiMonitors

List AOI Monitors

Returns a paginated list of all AOI monitors belonging to the authenticated organization.

get/earthcache/aoi-monitors

Query parameters

project_idstring

Filter monitors by project ID.

limitinteger

Maximum number of monitors to return. Defaults to 100.

cursorstring

Base64-encoded pagination cursor returned by a previous request.

Response

Paginated list of AOI monitors.

limitinteger required

The limit applied to this page.

next_cursorstring nullable

Base64-encoded cursor to fetch the next page. Null when there are no more results.

Example response

{
  "data": [
    {
      "sources": [
        "sentinel-2",
        "landsat"
      ],
      "sensor_type": [
        "optical",
        "sar"
      ]
    }
  ]
}