---
title: "Root Running Status Check"
method: GET
path: "/api/v1/admin/status_check"
tags: ["admin"]
---

# Root Running Status Check

`GET /api/v1/admin/status_check`

Check if your memobase is set up correctly

## Response `200`

Successful Response

- BaseResponse
  - `data` object, nullable — Response data payload
  - `errno` 0 | 400 | 401 | 403 | 404 | 405 | 409 | 422 | 500 | 501 | 502 | 503 | 504 | 520
  - `errmsg` string — Error message, empty when success

## Changes

- **2025-09-01** `c5d39efe16d8` — 1 info
  - endpoint added
- **2025-01-15** `a9bfbdf3d53b` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/memodb-io/apis/memobase-api/changes/api/v1/admin/status_check/get.md)

---

[API](https://skmtc.dev/memodb-io/apis/memobase-api.md) · [All operations](https://skmtc.dev/memodb-io/apis/memobase-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/memodb-io/memobase-api/revisions/4543f130c8e0/schema)
