---
title: "Get"
method: GET
path: "/services/{uuid}"
tags: ["Services"]
---

# Get

`GET /services/{uuid}`

Get service by UUID.

## Path parameters

- `uuid` string, required

## Response `200`

Get a service by UUID.

- Service — Service model
  - `id` integer — The unique identifier of the service. Only used for database identification.
  - `uuid` string — The unique identifier of the service.
  - `name` string — The name of the service.
  - `environment_id` integer — The unique identifier of the environment where the service is attached to.
  - `server_id` integer — The unique identifier of the server where the service is running.
  - `description` string — The description of the service.
  - `docker_compose_raw` string — The raw docker-compose.yml file of the service.
  - `docker_compose` string — The docker-compose.yml file that is parsed and modified by Coolify.
  - `destination_type` string — Destination type.
  - `destination_id` integer — The unique identifier of the destination where the service is running.
  - `connect_to_docker_network` boolean — The flag to connect the service to the predefined Docker network.
  - `is_container_label_escape_enabled` boolean — The flag to enable the container label escape.
  - `is_container_label_readonly_enabled` boolean — The flag to enable the container label readonly.
  - `config_hash` string — The hash of the service configuration.
  - `service_type` string — The type of the service.
  - `created_at` string — The date and time when the service was created.
  - `updated_at` string — The date and time when the service was last updated.
  - `deleted_at` string — The date and time when the service was deleted.

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