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

## Other responses

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

---

[API](https://skmtc.net/coollabsio/apis/coolify.md) · [All operations](https://skmtc.net/coollabsio/apis/coolify/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/coollabsio/coolify/revisions/789e6ad3796c/schema)
