Skip to main content
GET
/
v1
/
aibot
/
bots
/
{AgentId}
/
healthz
Health Check
curl --request GET \
  --url http://{your-domain}/v1/aibot/bots/{AgentId}/healthz
"OK"

Path Parameters

AgentId
string
required

Response

200 - text/plain

Always returns OK

The response is of type string.

Example:

"OK"