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

# Get poller details

`GET /api/pollers/{id}`

Retrieves detailed information about a specific poller

## Path parameters

- `id` string, required

## Response `200`

Poller status details

- ApiPollerStatus
  - `first_seen` string
  - `is_healthy` boolean
  - `last_update` string
  - `metrics` ModelsMetricPoint[]
    - `response_time` integer — The response time in milliseconds
    - `service_name` string — The name of the service this metric is for
    - `timestamp` string — The time when this metric was collected
  - `poller_id` string
  - `services` ApiServiceStatus[]
    - `available` boolean
    - `details` integer[] — Flexible field for service-specific data
    - `message` string
    - `name` string
    - `type` string — e.g., "process", "port", "blockchain", etc.
  - `uptime` string

## Other responses

- `404` — Poller not found
- `500` — Internal server error

---

[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)
