/
MI
microsandbox
/
Microsandbox API
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 15h ago · Updated 15h ago
Details
Filter operations
api-keys
3
audit-log
4
auth
8
billing
18
health
2
get
Basic liveness probe — returns 200 if the server is running.
get
Readiness probe — gates on the database plus the startup readiness latch (≥1 cluster seen). Ready iff the DB is reachable AND startup has latched; a later cluster outage does NOT 503 (lenient) — sandbox-start fails fast on its own, so cluster-independent endpoints keep serving. Ongoing cluster health lives in metrics.
invites
5
members
4
oauth
2
oidc
2
oidc-config
3
organizations
6
personal-access-tokens
3
quotas
3
registry-credentials
3
sandboxes
24
users
10
volumes
21
waitlist
1
health
Basic liveness probe — returns 200 if the server is running.
get
/healthz
Response
Server is alive
HealthResponse
required
Health check response.
status
string
required
Changes