Recent transparency entries

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

Recent 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: 8
Number of recent reports to return. Default 8, maximum 20.
min: 1 · max: 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-time
ISO 8601 creation timestamp.
datestring
Human-readable creation date (e.g. "21 Feb").
idstring
Public bug report ID (e.g. bug_7k3m).
resolvedHoursintegernullable
Hours taken to resolve, or null if still open.
severitystring
Report severity level.
criticalhighmediumlow
statusstring
Current status (open, acknowledged, investigating, resolved, wont_fix, duplicate).
titlestring
Anonymised report title describing the symptom.