Get aggregated dashboard stats

GET/api/v1/stats

Parameters

This endpoint does not accept parameters.

Responses

200Stats object with resource counts by provider/type

Request

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

Response

200Stats object with resource counts by provider/type
Example response not yet documented.