List bug reports (admin)

GET https://app.speybooks.com/api/v1/admin/bug-reports/

Retrieve a paginated list of all bug reports across the platform. Returns full report details including reporter identity, organisation, browser context, and admin notes.

Filters

  • status — any lifecycle status, or omit for all
  • severity — filter by severity level
  • organisationId — scope to a single organisation

Results are ordered by created_at DESC (newest first).

Response

200 Paginated bug reports with user/org details and admin notes.
Show response fields
bugReports array<object>
Show child attributes
adminNotes string nullable
apiContext string nullable
browserInfo object
Show child attributes
userAgent string
viewport string
createdAt string date-time
description string
id string
organisationId string
orgName string
pageUrl string
resolvedAt string nullable
severity string
status string
title string
updatedAt string date-time
userEmail string
userId integer
userName string