---
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` string — status of http server
    - `db` string — status of DB availability

---

[API](https://skmtc.net/unstoppabledomains/apis/profile-api.md) · [All operations](https://skmtc.net/unstoppabledomains/apis/profile-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/unstoppabledomains/profile-api/revisions/10f8400cb1c1/schema)
