---
title: "status probe"
method: GET
path: "/status"
tags: ["Status"]
---

# status probe

`GET /status`

This route can be used to determine if the application service is alive

## Response `200`

application is alive

- object
  - `status` object — break down of application component status
    - `http` boolean — If http server is available.
    - `db` boolean — If DB is available
    - `redis` boolean — If redis is available

---

[API](https://skmtc.net/unstoppabledomains/apis/messaging-api.md) · [All operations](https://skmtc.net/unstoppabledomains/apis/messaging-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/unstoppabledomains/messaging-api/versions/076f597bfa5f/schema)
