Transparency statistics
GET
https://app.speybooks.com/api/v1/transparency/statsAggregate resolution metrics: total reported, total resolved, resolution rate, average resolution time in hours, oldest open report age, and per-severity breakdown (critical, high, medium, low). Feeds the transparency page dashboard.
Response
200Aggregate bug report resolution metrics across all organisations. No user or organisation identifiers are included.
Show response fields
avgResolutionHoursnumberMean time to resolution in hours, rounded to one decimal place. Zero if no reports resolved.
bySeverityobjectBreakdown of total and resolved counts per severity level.
Show child attributes
criticalobjectShow child attributes
resolvedintegerResolved critical reports.
totalintegerTotal critical reports.
highobjectShow child attributes
resolvedintegerResolved high-severity reports.
totalintegerTotal high-severity reports.
lowobjectShow child attributes
resolvedintegerResolved low-severity reports.
totalintegerTotal low-severity reports.
mediumobjectShow child attributes
resolvedintegerResolved medium-severity reports.
totalintegerTotal medium-severity reports.
lastUpdatedstringdate-timeISO 8601 timestamp of when these stats were computed.
oldestOpenDaysintegerAge in days of the oldest currently-open report. Zero if none open.
resolutionRatenumberPercentage of reports resolved, rounded to one decimal place (e.g. 87.5).
totalReportedintegerTotal number of bug reports submitted across all organisations.
totalResolvedintegerNumber of reports with a terminal status (resolved, wont_fix, or duplicate).