# Gateway health check

Returns the operational status of the API gateway (KrakenD) itself.
Use this endpoint for infrastructure liveness probes and uptime monitoring.

This is a KrakenD built-in endpoint — it reflects the gateway process status,
not any upstream backend service. Authentication is not required.

Endpoint: GET /v1/health
Version: 1.0.0
Security: , 

## Response 200 fields (application/json):

  - `status` (string)
    Always "ok" when the gateway is healthy.
    Enum: "ok"

  - `now` (string)
    Current gateway time as a Go time string.

  - `agents` (object)
    Status of any registered async agents (empty object when none are configured).


