---
title: "Get Status Route"
method: GET
path: "/status"
tags: ["public-api"]
---

# Get Status Route

`GET /status`

Handles GET requests at the '/status' endpoint.

This route function is designed to provide a quick status check of the API.
When called, it returns a JSON response indicating the operational status of the API.

Returns:
    ApiResponse: An object of ApiResponse schema which includes a 'status' key set to 'success'
                 and a 'data' key containing a message about the API's operational status.

## Response `200`

Successful Response

- unknown

---

[API](https://skmtc.net/develophealth/apis/develop-health-public-api.md) · [All operations](https://skmtc.net/develophealth/apis/develop-health-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/develophealth/develop-health-public-api/revisions/1684e1dda9be/schema)
