curl --request GET \
--url http://co-mind-platform-host/v1/echo/metrics \
--header 'Authorization: Bearer <token>'{
"error": {
"message": "Invalid authentication credentials",
"type": "permission_error",
"code": "unauthorized"
}
}Retrieve metrics and statistics from the echo engine.
curl --request GET \
--url http://co-mind-platform-host/v1/echo/metrics \
--header 'Authorization: Bearer <token>'{
"error": {
"message": "Invalid authentication credentials",
"type": "permission_error",
"code": "unauthorized"
}
}Bearer token authentication. Supports two token types:
POST /v1/auth/loginPOST /v1/api-tokens, format: cmnd_<tokenId>.<secret>Echo engine metrics