---
title: "Get server proxy"
method: GET
path: "/servers/{uuid}/proxy"
tags: ["Servers"]
---

# Get server proxy

`GET /servers/{uuid}/proxy`

Get proxy settings for a server owned by the authenticated team. The raw proxy configuration is only returned when the token has `read:sensitive` (or `root`) and the user is a team admin/owner, and only when already stored in the database (no remote fetch).

## Path parameters

- `uuid` string, required

## Response `200`

Server proxy settings.

- object
  - `proxy_type` string, nullable
  - `status` string, nullable
  - `redirect_enabled` boolean
  - `redirect_url` string, nullable
  - `generate_exact_labels` boolean
  - `configuration` string, nullable — Docker Compose proxy configuration when stored in the database. Only present with read:sensitive.

## Other responses

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

## Changes

> 55 revisions in range; 1 could not be searched.

- **2026-07-22** `71a39cd460a7` — 1 info
  - endpoint added

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

---

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