Get health score for a resource

GET/api/v1/health-score/{resource_id}

Parameters

This endpoint does not accept parameters.

Responses

200Health score object

Request

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

Response

200Health score object
Example response not yet documented.