---
title: "Get poller history"
method: GET
path: "/api/pollers/{id}/history"
tags: ["Pollers"]
---

# Get poller history

`GET /api/pollers/{id}/history`

Retrieves historical status information for a specific poller

## Path parameters

- `id` string, required

## Response `200`

Historical status points

- ApiPollerHistoryPoint[]
  - `is_healthy` boolean
  - `timestamp` string

## Other responses

- `500` — Internal server error or history handler not configured

---

[API](https://skmtc.dev/carverauto/apis/serviceradar-api.md) · [All operations](https://skmtc.dev/carverauto/apis/serviceradar-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/carverauto/serviceradar-api/revisions/a79ed871e8f6/schema)
