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
Example response
{
"metrics": [
{
"response_time": 42,
"service_name": "postgres",
"timestamp": "2025-04-24T14:15:22Z"
}
]
}