Skip to main content
GET
/
health
Python
from miru_agent_sdk import Miru

client = Miru()
response = client.agent.health()
print(response.status)
{
  "status": "ok"
}

Response

200 - application/json

Successfully retrieved the health of the agent.

status
string
required

The status of the agent.

Example:

"ok"

I