---
title: "Get"
method: GET
path: "/deployments/{uuid}"
tags: ["Deployments"]
---

# Get

`GET /deployments/{uuid}`

Get deployment by UUID.

## Path parameters

- `uuid` string, required

## Response `200`

Get deployment by UUID.

- ApplicationDeploymentQueue — Project model
  - `id` integer
  - `application_id` string
  - `deployment_uuid` string
  - `pull_request_id` integer
  - `docker_registry_image_tag` string, nullable
  - `configuration_hash` string, nullable
  - `configuration_snapshot` object, nullable
  - `configuration_diff` object, nullable
  - `force_rebuild` boolean
  - `commit` string
  - `status` string
  - `is_webhook` boolean
  - `is_api` boolean
  - `created_at` string
  - `updated_at` string
  - `logs` string
  - `current_process_id` string
  - `restart_only` boolean
  - `git_type` string
  - `server_id` integer
  - `application_name` string
  - `server_name` string
  - `deployment_url` string
  - `destination_id` string
  - `only_this_server` boolean
  - `rollback` boolean
  - `commit_message` string

## Other responses

- `400` — Invalid token.
- `401` — Unauthenticated.
- `404` — Resource not found.

## Changes

> 55 revisions in range; 8 could not be searched.

- **2026-03-30** `ca049c2228f8` — 1 info
  - added the optional property `docker_registry_image_tag` to the response with the `200` status
- **2026-03-16** `385ee693a76d` — 4 warning
  - removed the optional property `configuration_diff` from the response with the `200` status
  - removed the optional property `configuration_hash` from the response with the `200` status
  - removed the optional property `configuration_snapshot` from the response with the `200` status
  - removed the optional property `docker_registry_image_tag` from the response with the `200` status

[Change history](https://skmtc.dev/coollabsio/apis/coolify/changes/deployments/:uuid/get.md)

---

[API](https://skmtc.dev/coollabsio/apis/coolify.md) · [All operations](https://skmtc.dev/coollabsio/apis/coolify/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/coollabsio/coolify/revisions/789e6ad3796c/schema)
