---
title: "Startup Check"
method: GET
path: "/health/startup"
tags: ["health"]
---

# Startup Check

`GET /health/startup`

Kubernetes startup probe endpoint.

Checks if the application has completed initialization.
Returns 200 once the app is fully started.

Args:
    response: FastAPI response object

Returns:
    Startup status

## Response `200`

Successful Response

- unknown

---

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