Public Stats API Changelog

Updates to Senteon's Public Stats API.


2026-05-31
Office L1 Update // 2.6.2-1

  • No changes, rebuilt due to major update release in Core Product.

2025-09-01
Add-On Expansion Update 1 // 2.6.0-1

  • No changes, rebuilt due to major update release in Core Product.

2025-05-19
Public Stats API Adj. 2 // 2.5.0-11

Breaking Changes

  • No breaking changes expected for this update.

New APIs

  • Added GET /Alarm API to list out all alarms in the organization, with many options for filtering.
  • Added Get /Agent/Compliance API to get compliance stats for a specific endpoint. Stats include counts of settings in the endpoint’s profiles, settings managed by the agent, settings whose target values are compliant, settings whose current values are compliant, and settings whose target and current values match.
  • Added GET /Agent/Evaluation API to retrieve the evaluation data reported by a specific endpoint. Evaluation data appears in the same format it appears on the webapp.

Updated APIs

  • Objects produced by GET /AccountEndpoint/{id} and GET /AccountEndpoint/ByHostName will now include information about the endpoint’s endpoint profile, baseline, and exception groups.
  • GET /Tenant now includes TotalEndpointCount in its returned objects.

API Keys

  • API Keys can now be created with no expiration date.
  • The individual request limit of an API Key can now be edited after its initial creation. This can be used to temporarily disable an API Key without removing it completely.

2025-03-17
Add-On Profile Update // 2.5.0-1

  • Rebuilt alongside new major version of the Core Product. No Actual Changes.

2025-02-03
Public Stats API Adj. 1 // 2.4.0-2

Fixed Issues

  • Fixed issue in the GET /Tenant/{id} and GET /Tenant/ByName APIs where the TotalEndpointCount field would always be 0.

2025-01-22
Public Stats API Initial Release // 2.4.0-1

New Additions and Improvements

  • Initial release of the Public API, adding the following API Calls
    • List Tenants
    • Get Additional Stats Information for a single Tenant
    • List Account Endpoints
    • Get a single Account Endpoint by Id
    • Get a single Account Endpoint by Host Name
    • List Baseline Groups
    • List Baseline Templates (aka Global Baselines in the Web App)

Notes

  • Public API calls currently require an API Key to be provided in the Authorization header. Admin Users can manage API Keys via the Command Center, in the Settings Menu.
  • The Public API can only be utilized by organizations with an active, non-trial subscription.
  • More API calls will be implemented over time, users should feel free to suggest features that they're looking for.