curl --request GET \
--url http://co-mind-platform-host/v1/backends/health \
--header 'Authorization: Bearer <token>'{
"backends": [
{
"provider": "<string>",
"status": "up",
"latency_ms": 123,
"code": 123
}
]
}Health check for all configured backends
curl --request GET \
--url http://co-mind-platform-host/v1/backends/health \
--header 'Authorization: Bearer <token>'{
"backends": [
{
"provider": "<string>",
"status": "up",
"latency_ms": 123,
"code": 123
}
]
}Bearer token authentication. Supports two token types:
POST /v1/auth/loginPOST /v1/api-tokens, format: cmnd_<tokenId>.<secret>Backend health status
Show child attributes