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

Response

200 Paginated list of bug reports for the current organisation, newest first.
Show response fields
bugReports array<object>
Show child attributes
adminNotes string nullable
Resolution notes from the admin team. Null if not yet reviewed.
createdAt string date-time
ISO 8601 creation timestamp.
id string
Public bug report ID (e.g. bug_7k3m).
resolvedAt string nullable date-time
ISO 8601 resolution timestamp, or null if still open.
severity string
Severity level.
status string
Current status.
title string
Report title.
updatedAt string date-time
ISO 8601 last-updated timestamp.