List bug reports
GET
https://app.speybooks.com/api/v1/bug-reports/Paginated list of bug reports for the current organisation. Filterable by status (all, open, acknowledged, investigating, resolved, wont_fix, duplicate). Returns reports in reverse chronological order with admin notes and resolution timestamps.
Query parameters
pageintegeroptionalDefault: 1Page number for pagination. Default 1.
perPageintegeroptionalDefault: 20Results per page. Default 20, maximum 50.
statusstringoptionalDefault: allFilter by report status. Default returns all statuses.
allopenacknowledgedinvestigatingresolvedwont_fixduplicateResponse
200Paginated list of bug reports for the current organisation, newest first.
Show response fields
bugReportsarray<object>Show child attributes
adminNotesstringnullableResolution notes from the admin team. Null if not yet reviewed.
createdAtstringdate-timeISO 8601 creation timestamp.
idstringPublic bug report ID (e.g. bug_7k3m).
resolvedAtstringnullabledate-timeISO 8601 resolution timestamp, or null if still open.
severitystringSeverity level.
statusstringCurrent status.
titlestringReport title.
updatedAtstringdate-timeISO 8601 last-updated timestamp.