---
title: "Get destination"
method: GET
path: "/destinations/{uuid}"
tags: ["Destinations"]
---

# Get destination

`GET /destinations/{uuid}`

Get a Docker network destination by UUID.

## Path parameters

- `uuid` string, required

## Response `200`

Destination details.

- Destination — A Docker network destination attached to a server.
  - `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)
