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

---

[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)
