curl --request GET \
--url 'https://api.computer.stateset.app/api/v1/health' \
--header "X-API-Key: $STATESET_COMPUTER_USE_API_KEY"
{
"status": "ok",
"service": "string",
"timestamp": "2026-08-31T14:22:05Z",
"checks": {}
}
V1 Health
Return 200 with a minimal liveness payload, or 503 on db failure.
GET
/
api
/
v1
/
health
curl --request GET \
--url 'https://api.computer.stateset.app/api/v1/health' \
--header "X-API-Key: $STATESET_COMPUTER_USE_API_KEY"
{
"status": "ok",
"service": "string",
"timestamp": "2026-08-31T14:22:05Z",
"checks": {}
}
Return 200 with a minimal liveness payload, or 503 on db failure.
Response
HealthResponse
string
required
string
required
Static service identifier.
string
required
ISO 8601 UTC timestamp of the check.
object
required
Per-component check results. Currently only
database.Status codes
| Code | Meaning |
|---|---|
200 | Successful Response |
curl --request GET \
--url 'https://api.computer.stateset.app/api/v1/health' \
--header "X-API-Key: $STATESET_COMPUTER_USE_API_KEY"
{
"status": "ok",
"service": "string",
"timestamp": "2026-08-31T14:22:05Z",
"checks": {}
}
Last modified on August 31, 2026