Health API reference

Detailed documentation on the health API

Dapr provides health checking probes that can be used as readiness or liveness of Dapr.

Get Dapr health state

Gets the health state for Dapr.

HTTP Request

  1. GET http://localhost:<daprPort>/v1.0/healthz

HTTP Response Codes

CodeDescription
204dapr is healthy
500dapr is not healthy

URL Parameters

ParameterDescription
daprPortThe Dapr port.

Examples

  1. curl http://localhost:3500/v1.0/healthz

Last modified March 18, 2021: Merge pull request #1321 from dapr/aacrawfi/logos (9a399d5)