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.
Example response
{
"data": [
{
"sources": [
"sentinel-2",
"landsat"
],
"sensor_type": [
"optical",
"sar"
]
}
]
}