v1

latestSwagger 2.0Apache 2.02026-07-17171644.0 KB
Pollers

Get all pollers

Retrieves a list of all known pollers

get/api/pollers

Response

List of poller statuses

first_seenstring
is_healthyboolean
last_updatestring
poller_idstring
uptimestring

Example response

[
  {
    "metrics": [
      {
        "response_time": 42,
        "service_name": "postgres",
        "timestamp": "2025-04-24T14:15:22Z"
      }
    ]
  }
]
All 17 operations