Get health score for a service

GET/api/v1/health-score/services/{name}

Parameters

This endpoint does not accept parameters.

Responses

200Service health score

Request

curl -X GET "https://api.knowledgetree.dev/api/v1/health-score/services/{name}" \
  -H "Authorization: Bearer $KT_API_TOKEN"

Response

200Service health score
Example response not yet documented.