---
title: "List"
method: GET
path: "/deployments"
tags: ["Deployments"]
---

# List

`GET /deployments`

List currently running deployments

## Response `200`

Get all currently running deployments.

- ApplicationDeploymentQueue[]
  - `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.

## Changes

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

[Change history](https://skmtc.dev/coollabsio/apis/coolify/changes/deployments/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/ccd37e78d00a/schema)
