Get health score history

GET/api/v1/health-score/history

Parameters

resource_idquerystring
periodquerystring

7d, 30d, 90d

Responses

200Health score history

Request

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

Response

200Health score history
Example response not yet documented.