← Back to schema index

InsightsOverviewAttributes

Validation overview KPIs. Available in self (`self`) and platform-wide (`global`) scope. Returned by `GET /v1/insights/overview`.

Properties

FieldTypeDescription
totalintegerTotal validations in the selected scope and period.
todayintegerValidations created on the current calendar day (UTC).
yesterdayintegerValidations created on the previous calendar day (UTC).
success_ratenumberPercentage of validations with `valid` verdict out of all completed, expressed from 0 to 100.
avg_latency_msintegerAverage processing time in milliseconds over the last 24 hours.
by_banxico_7dobjectBanxico verdict distribution for the last 7 days. Keys are verdict enum values (`valid`, `not_found`, `cep_unavailable`, `error`). Missing values imply zero.
scopestringOverview scope: `self` — only the authenticated user's validations; `global` — all platform validations (admin only).

Used in operations

  • GET /v1/insights/overview
  • GET /v1/admin/insights/overview