curl --request GET \
--url 'https://api.nsr.stateset.com/api/v1/kb/stats' \
--header "X-API-Key: $STATESET_NSR_API_KEY"
Get detailed knowledge base statistics
Return basic KB statistics. Required scope: read
GET
/
api
/
v1
/
kb
/
stats
curl --request GET \
--url 'https://api.nsr.stateset.com/api/v1/kb/stats' \
--header "X-API-Key: $STATESET_NSR_API_KEY"
Return basic KB statistics.
Required scope:
read
Response
No response body. Knowledge-base statistics for the org: entity/triple/rule counts, type breakdowns.Status codes
| Code | Meaning |
|---|---|
200 | Knowledge-base statistics for the org: entity/triple/rule counts, type breakdowns |
401 | Unauthorized — missing or invalid credentials |
403 | Forbidden — the key/token lacks the required scope |
429 | Rate limited — see Retry-After / X-RateLimit-Reset |
curl --request GET \
--url 'https://api.nsr.stateset.com/api/v1/kb/stats' \
--header "X-API-Key: $STATESET_NSR_API_KEY"
Last modified on August 31, 2026