Recent transparency entries

GET https://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

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