---
title: "List destinations by server"
method: GET
path: "/servers/{server_uuid}/destinations"
tags: ["Destinations"]
---

# List destinations by server

`GET /servers/{server_uuid}/destinations`

List Docker network destinations attached to a server owned by the authenticated team.

## Path parameters

- `server_uuid` string, required

## Response `200`

Destinations attached to the server.

- Destination[]
  - `uuid` string
  - `name` string
  - `network` string
  - `type` 'standalone' | 'swarm'
  - `server_uuid` string
  - `created_at` string, date-time
  - `updated_at` string, date-time

## Other responses

- `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/versions/08be5dc8e729/schema)
