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

---

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