curl --request GET \
--url 'http://localhost:8000/healthz' \
--header "Authorization: Bearer $STATESET_AGENTS_API_KEY"
{
"status": "ok"
}
Kubernetes Health Probe
Simple health probe for Kubernetes liveness checks.
GET
/
healthz
curl --request GET \
--url 'http://localhost:8000/healthz' \
--header "Authorization: Bearer $STATESET_AGENTS_API_KEY"
{
"status": "ok"
}
Simple health probe for Kubernetes liveness checks.
Response
object
string
required
Status codes
| Code | Meaning |
|---|---|
200 | Successful response |
401 | Authentication required |
422 | Validation error |
429 | Rate limit exceeded |
curl --request GET \
--url 'http://localhost:8000/healthz' \
--header "Authorization: Bearer $STATESET_AGENTS_API_KEY"
{
"status": "ok"
}
Last modified on August 31, 2026