Recent transparency entries
GET
https://app.speybooks.com/api/v1/transparency/recentRecent bug reports showing only public ID, title, severity, status, resolution time, formatted date, and raw timestamp. No user or organisation identifiers. Accepts a limit parameter (1–20, default 8).
Query parameters
limitintegeroptionalDefault: 8Number of recent reports to return. Default 8, maximum 20.
Response
200Returns the most recent bug reports in reverse chronological order. Titles are anonymised; no user or organisation identifiers are included.
Show response fields
reportsarray<object>Anonymised bug reports, newest first.
Show child attributes
createdAtstringdate-timeISO 8601 creation timestamp.
datestringHuman-readable creation date (e.g. "21 Feb").
idstringPublic bug report ID (e.g. bug_7k3m).
resolvedHoursintegernullableHours taken to resolve, or null if still open.
severitystringReport severity level.
criticalhighmediumlowstatusstringCurrent status (open, acknowledged, investigating, resolved, wont_fix, duplicate).
titlestringAnonymised report title describing the symptom.