Transparency statistics

GEThttps://app.speybooks.com/api/v1/transparency/stats

Aggregate 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
avgResolutionHoursnumber
Mean time to resolution in hours, rounded to one decimal place. Zero if no reports resolved.
bySeverityobject
Breakdown of total and resolved counts per severity level.
Show child attributes
criticalobject
Show child attributes
resolvedinteger
Resolved critical reports.
totalinteger
Total critical reports.
highobject
Show child attributes
resolvedinteger
Resolved high-severity reports.
totalinteger
Total high-severity reports.
lowobject
Show child attributes
resolvedinteger
Resolved low-severity reports.
totalinteger
Total low-severity reports.
mediumobject
Show child attributes
resolvedinteger
Resolved medium-severity reports.
totalinteger
Total medium-severity reports.
lastUpdatedstringdate-time
ISO 8601 timestamp of when these stats were computed.
oldestOpenDaysinteger
Age in days of the oldest currently-open report. Zero if none open.
resolutionRatenumber
Percentage of reports resolved, rounded to one decimal place (e.g. 87.5).
totalReportedinteger
Total number of bug reports submitted across all organisations.
totalResolvedinteger
Number of reports with a terminal status (resolved, wont_fix, or duplicate).