curl --request GET \
--url 'http://localhost:8000/live' \
--header "Authorization: Bearer $STATESET_AGENTS_API_KEY"
{
"status": "alive",
"timestamp": "2026-08-31T14:22:05Z"
}
Liveness Check
Check if the API is alive.
GET
/
live
curl --request GET \
--url 'http://localhost:8000/live' \
--header "Authorization: Bearer $STATESET_AGENTS_API_KEY"
{
"status": "alive",
"timestamp": "2026-08-31T14:22:05Z"
}
Check if the API is alive.
Response
object
string
required
string (date-time)
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/live' \
--header "Authorization: Bearer $STATESET_AGENTS_API_KEY"
{
"status": "alive",
"timestamp": "2026-08-31T14:22:05Z"
}
Last modified on August 31, 2026