---
title: "Fetches the status of the Replication Server."
method: GET
path: "/status"
tags: ["status"]
---

# Fetches the status of the Replication Server.

`GET /status`

## Response `200`

Status was fetched successfully

- StatusStatusResponse
  - `connected_clients` integer, required — Current number of clients served (excluding PersistenceClients and Simulators).
  - `memory_limit` integer, required — Target memory limit for the process.
  - `memory_used` integer, required — Current memory usage of the process (can be higher than MemoryLimit).

## Other responses

- `500` — Internal Replication Server error

---

[API](https://skmtc.net/coherence/apis/replication-server-rest-api.md) · [All operations](https://skmtc.net/coherence/apis/replication-server-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/coherence/replication-server-rest-api/versions/8549ca32d8fa/schema)
