v1

latestSwagger 2.0Apache 2.02026-07-17171644.0 KB
Pollers

Get poller details

Retrieves detailed information about a specific poller

get/api/pollers/{id}

Path parameters

idstring required

Poller ID

Response

Poller status details

first_seenstring
is_healthyboolean
last_updatestring
poller_idstring
uptimestring

Example response

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