---
title: "Service health check"
method: GET
path: "/v1/health"
tags: ["health"]
---

# Service health check

`GET /v1/health`

Returns health status of the Guard API, database, and Solana RPC connection.

## Response `200`

Service is healthy

- object
  - `status` string
  - `timestamp` string, date-time
  - `solana` object
    - `connected` boolean
    - `slot` number
    - `programId` string
  - `database` object
    - `connected` boolean
    - `intentCount` number

---

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