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
limit integer optional Default: 8Number of recent reports to return. Default 8, maximum 20.
Response
200 Returns the most recent bug reports in reverse chronological order. Titles are anonymised; no user or organisation identifiers are included.
Show response fields
reports array<object>Anonymised bug reports, newest first.
Show child attributes
createdAt string date-timeISO 8601 creation timestamp.
date stringHuman-readable creation date (e.g. "21 Feb").
id stringPublic bug report ID (e.g. bug_7k3m).
resolvedHours integer nullableHours taken to resolve, or null if still open.
severity stringReport severity level.
criticalhighmediumlowstatus stringCurrent status (open, acknowledged, investigating, resolved, wont_fix, duplicate).
title stringAnonymised report title describing the symptom.