---
title: "Get Deployment Status Handler"
method: GET
path: "/api/v1/beam/{config_id}/deploy/stats"
tags: ["BEAM"]
---

# Get Deployment Status Handler

`GET /api/v1/beam/{config_id}/deploy/stats`

## Path parameters

- `config_id` string, required

## Response `200`

Successful Response

- BeamDeploymentStats
  - `workers_health` WorkersHealthSummary — Summary of worker health for the deployment. Expected to be external facing information.
    - `total_workers` integer, required
    - `healthy_workers` integer, required
    - `unhealthy_workers` integer, required
    - `crashing_workers` integer, required
    - `oom_killed_workers` integer, required
    - `workers` WorkerHealthStatus[], required
      - `name` string, required
      - `status` string, required
      - `is_ready` boolean, required
      - `is_crash_looping` boolean, required
      - `is_oom_killed` boolean, required
      - `restart_count` integer, required
      - `start_time` string, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/allium/apis/allium-account-api.md) · [All operations](https://skmtc.net/allium/apis/allium-account-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/allium/allium-account-api/versions/6c79c032c85d/schema)
