---
title: "GET /healthz"
method: GET
path: "/healthz"
tags: ["MiniBlog"]
---

# GET /healthz

`GET /healthz`

Healthz 返回服务的健康检查状态

## Response `200`

OK

- V1HealthzResponse — HealthzResponse 表示健康检查的响应结构体
  - `status` integer — status 表示服务的健康状态
  - `timestamp` string — timestamp 表示请求的时间戳
  - `message` string — message 表示可选的状态消息，描述服务健康的更多信息

---

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