Skip to main content
GET
/
health
cURL
curl --unix-socket /run/miru/miru.sock \
   --request GET \
  --url http://localhost/v1/health
{
  "status": "ok"
}

Response

200 - application/json

Successfully retrieved the health of the agent.

status
string
required

The status of the agent.

Example:

"ok"

Last modified on February 12, 2026