KPI and KRI indicators #
AvailableDefinitions and measurements #
The /indicators route separates an indicator definition from its time-series measurements. A definition specifies code, name, KPI/KRI type, unit, frequency, formula, source, target and thresholds. Each value has a timestamp, period, comment, evidence, source and optional idempotency key.
Entry #
Create the indicator, then record successive values without overwriting history. A given idempotency key can be used only once for the same indicator.
API, import and export #
The versioned API uses /api/v1/indicators. It supports listing, creation, history, single entry, import of up to 1,000 values and chronological CSV export. See the API reference.
Controls and current limits #
Organization isolation and numeric validation are enforced server-side. Complete time pagination, versioned corrections, fine-grained service keys, alerts and trend charts remain to be industrialized.