Response
200 - application/json
Successfully retrieved the health of the agent.
The status of the agent.
Example:
"ok"
from miru_agent_sdk import Miru
client = Miru()
response = client.agent.health()
print(response.status)
{
"status": "ok"
}
Retrieve the health of the agent.
from miru_agent_sdk import Miru
client = Miru()
response = client.agent.health()
print(response.status)
{
"status": "ok"
}
Successfully retrieved the health of the agent.
The status of the agent.
"ok"