List bug reports

GEThttps://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: 1
Page number for pagination. Default 1.
min: 1
perPageintegeroptionalDefault: 20
Results per page. Default 20, maximum 50.
min: 1 · max: 50
statusstringoptionalDefault: all
Filter by report status. Default returns all statuses.
allopenacknowledgedinvestigatingresolvedwont_fixduplicate

Response

200Paginated list of bug reports for the current organisation, newest first.
Show response fields
bugReportsarray<object>
Show child attributes
adminNotesstringnullable
Resolution notes from the admin team. Null if not yet reviewed.
createdAtstringdate-time
ISO 8601 creation timestamp.
idstring
Public bug report ID (e.g. bug_7k3m).
resolvedAtstringnullabledate-time
ISO 8601 resolution timestamp, or null if still open.
severitystring
Severity level.
statusstring
Current status.
titlestring
Report title.
updatedAtstringdate-time
ISO 8601 last-updated timestamp.