---
title: "Get services health status"
method: GET
path: "/api/services"
tags: ["Admin - Services"]
---

# Get services health status

`GET /api/services`

Returns a list of all services with their health status, name, and installation status. Optionally filter by server ID.

## Query parameters

- `server_id` integer

## Response `200`

Successful operation

- object
  - `data` object[]
    - `name` string — Service name
    - `status` string — Service status (running, not running, etc.)
    - `installed` string — Installation status (installed, not installed)
    - `category` string — Service category

## Other responses

- `400` — Bad request

---

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