---
title: "Health Services Endpoint"
method: GET
path: "/health/services"
tags: ["health"]
---

# Health Services Endpoint

`GET /health/services`

Use this admin-only endpoint to check if the service is healthy.

Example:
```
curl -L -X GET 'http://0.0.0.0:4000/health/services?service=datadog'     -H 'Authorization: Bearer sk-1234'
```

## Query parameters

- `service` union, required — Specify the service being hit.
  - 'slack_budget_alerts' | 'langfuse' | 'langfuse_otel' | 'slack' | 'ms_teams' | 'openmeter' | 'webhook' | 'email' | 'braintrust' | 'datadog' | 'datadog_llm_observability' | 'generic_api' | 'arize' | 'galileo' | 'newrelic' | 'sqs'
  - string

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

## Changes

- **2026-09-18** `082b5fabd909` — 5 info
  - added the enum value `galileo` to the property `anyOf[subschema #1]/` of the `query` request parameter `service`
  - added the enum value `ms_teams` to the property `anyOf[subschema #1]/` of the `query` request parameter `service`
  - added the enum value `newrelic` to the property `anyOf[subschema #1]/` of the `query` request parameter `service`
  - added the optional property `detail/items/ctx` to the response with the `422` status
  - …1 more

[Change history](https://skmtc.dev/flock/apis/litellm-api/changes/health/services/get.md)

---

[API](https://skmtc.dev/flock/apis/litellm-api.md) · [All operations](https://skmtc.dev/flock/apis/litellm-api/llms.txt) · [OpenAPI document](https://skmtc.dev/flock/apis/litellm-api/revisions/c71315002afa?raw)
