---
title: "List destinations"
method: GET
path: "/destinations"
tags: ["Destinations"]
---

# List destinations

`GET /destinations`

List all Docker network destinations for the authenticated team.

## Response `200`

Destinations for the authenticated team.

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

---

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