system
Get diagnostics
Return redacted build, store, provider, sandbox, event, and operation diagnostics
get/diagnostics
Response
OK
Example response
{
"generated_at": "2026-05-08T10:30:00Z",
"providers": [
{
"capabilities": [
"spawn",
"exec",
"files"
],
"default": true,
"error": "health check returned false",
"healthy": true,
"last_checked": "2026-05-08T10:30:00Z",
"latency_ms": 3,
"name": "docker",
"runtime_count": 2
}
]
}