---
title: "Get Sentinel settings"
method: GET
path: "/servers/{uuid}/sentinel"
tags: ["Servers"]
---

# Get Sentinel settings

`GET /servers/{uuid}/sentinel`

Get Sentinel settings for a server owned by the authenticated team. sentinel_token and sentinel_custom_url require the read:sensitive or root token ability.

## Path parameters

- `uuid` string, required

## Response `200`

Sentinel settings.

- object
  - `is_sentinel_enabled` boolean
  - `is_metrics_enabled` boolean
  - `is_sentinel_debug_enabled` boolean
  - `sentinel_token` string — Only present with read:sensitive.
  - `sentinel_metrics_refresh_rate_seconds` integer
  - `sentinel_metrics_history_days` integer
  - `sentinel_push_interval_seconds` integer
  - `sentinel_custom_url` string — Only present with read:sensitive.
  - `sentinel_updated_at` string, nullable
  - `traffic_topn` integer
  - `traffic_sample_threshold` integer
  - `traffic_retention_1h_days` integer
  - `traffic_retention_1d_days` integer
  - `is_geoip_enabled` boolean
  - `geoip_refresh_days` integer
  - `geoip_maxmind_license_key` string — Only present with read:sensitive.

## Other responses

- `400` — Invalid token.
- `401` — Unauthenticated.
- `404` — Resource not found.

## Changes

- **2026-09-19** `b5f81ea5b5b5` — 7 info
  - added the optional property `geoip_maxmind_license_key` to the response with the `200` status
  - added the optional property `geoip_refresh_days` to the response with the `200` status
  - added the optional property `is_geoip_enabled` to the response with the `200` status
  - added the optional property `traffic_retention_1d_days` to the response with the `200` status
  - …3 more
- **2026-07-22** `71a39cd460a7` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/coollabsio/apis/coolify/changes/servers/:uuid/sentinel/get.md)

---

[API](https://skmtc.dev/coollabsio/apis/coolify.md) · [All operations](https://skmtc.dev/coollabsio/apis/coolify/llms.txt) · [OpenAPI document](https://skmtc.dev/coollabsio/apis/coolify/revisions/b5f81ea5b5b5?raw)
