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

# Get poller services

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

Retrieves all services monitored by a specific poller

## Path parameters

- `id` string, required

## Response `200`

List of service statuses

- ApiServiceStatus[]
  - `available` boolean
  - `details` integer[] — Flexible field for service-specific data
  - `message` string
  - `name` string
  - `type` string — e.g., "process", "port", "blockchain", etc.

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