---
title: "Get Replication Manager Status"
method: GET
path: "/api/status"
tags: ["Public"]
---

# Get Replication Manager Status

`GET /api/status`

Returns the status of the replication manager indicating whether it is running or starting.

## Response `200`

{"alive": "running"} or {"alive": "starting"}

- object

## Changes

- **2026-07-17** `7465ea0ee21a` — 1 warning, 2 info
  - the optional response header `Access-Control-Allow-Origin` removed for the status `200`
  - api operation id `status` removed and replaced with ``
  - api tag `Public` added
- **2023-03-31** `b57fc7b9446e` — 2 info
  - api operation id `status` was added
  - api tag `Public` removed

[Change history](https://skmtc.dev/signal18/apis/untitled-api/changes/api/status/get.md)

---

[API](https://skmtc.dev/signal18/apis/untitled-api.md) · [All operations](https://skmtc.dev/signal18/apis/untitled-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/signal18/untitled-api/revisions/7465ea0ee21a/schema)
