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

# Get service details

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

Retrieves detailed information about a specific service monitored by a poller

## Path parameters

- `id` string, required
- `service` string, required

## Response `200`

Service status details

- 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 or service 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)
