---
title: "GET /deployment.allByServer"
method: GET
path: "/deployment.allByServer"
tags: ["deployment"]
---

# GET /deployment.allByServer

`GET /deployment.allByServer`

## Query parameters

- `serverId` string, required

## Response `200`

Successful response

- object[]
  - `applicationId` string, nullable, required
  - `backupId` string, nullable, required
  - `composeId` string, nullable, required
  - `createdAt` string, required
  - `deploymentId` string, required
  - `description` string, nullable, required
  - `errorMessage` string, nullable, required
  - `finishedAt` string, nullable, required
  - `isPreviewDeployment` boolean, nullable, required
  - `logPath` string, required
  - `pid` string, nullable, required
  - `previewDeploymentId` string, nullable, required
  - `rollbackId` string, nullable, required
  - `scheduleId` string, nullable, required
  - `serverId` string, nullable, required
  - `startedAt` string, nullable, required
  - `status` 'running' | 'done' | 'error', nullable, required
  - `title` string, required
  - `volumeBackupId` string, nullable, required

## Other responses

- `default` — Error response

---

[API](https://skmtc.net/charliedevelops/apis/dokploy-api.md) · [All operations](https://skmtc.net/charliedevelops/apis/dokploy-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/charliedevelops/dokploy-api/revisions/50e2e470fdd0/schema)
