---
title: "Get deployment status"
method: GET
path: "/api/v1alpha/deploy_status"
tags: ["Deployments"]
---

# Get deployment status

`GET /api/v1alpha/deploy_status`

Get status of all branch deployments

## Response `200`

Deployment status retrieved successfully

- DeployStatus[]
  - `branch` string — Branch name
  - `sha` string — Git commit SHA
  - `deploy_batch_id` integer, nullable — ID of the deployment batch
  - `deploy_state` 'success' | 'failure' | 'running' — Current state of the deployment
  - `repo` string — Repository name
  - `failure_information` object[], nullable — Information about deployment failures

## Other responses

- `401` — Unauthorized
- `403` — Forbidden - requires developer privileges

---

[API](https://skmtc.net/hail-is/apis/hail-ci-service.md) · [All operations](https://skmtc.net/hail-is/apis/hail-ci-service/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hail-is/hail-ci-service/versions/37d6dddb7b5a/schema)
