---
title: "Database service health check"
method: GET
path: "/database/v1/health"
tags: ["Database"]
---

# Database service health check

`GET /database/v1/health`

Check the health status of the Database service. Returns service availability and timestamp for monitoring purposes.

## Response `200`

Service is healthy and operational

- object
  - `status` 'healthy', required — Health status of the service
  - `service` string, required — Service identifier
  - `timestamp` string, date-time, required — ISO 8601 timestamp of the health check

---

[API](https://skmtc.net/casemark/apis/case-dev-api.md) · [All operations](https://skmtc.net/casemark/apis/case-dev-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/casemark/case-dev-api/revisions/5b7e64e6d6f9/schema)
