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
page integer optional Default: 1Page number for pagination. Default 1.
perPage integer optional Default: 20Results per page. Default 20, maximum 50.
status string optional Default: allFilter by report status. Default returns all statuses.
allopenacknowledgedinvestigatingresolvedwont_fixduplicateResponse
200 Paginated list of bug reports for the current organisation, newest first.
Show response fields
bugReports array<object>Show child attributes
adminNotes string nullableResolution notes from the admin team. Null if not yet reviewed.
createdAt string date-timeISO 8601 creation timestamp.
id stringPublic bug report ID (e.g. bug_7k3m).
resolvedAt string nullable date-timeISO 8601 resolution timestamp, or null if still open.
severity stringSeverity level.
status stringCurrent status.
title stringReport title.
updatedAt string date-timeISO 8601 last-updated timestamp.