Get bug report (admin)

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

Retrieve full details of a single bug report by its public_id. Includes reporter info, browser context, recent API calls (api_context), and admin notes.

Returns 404 if the public_id does not match any report.

Path parameters

id string required

Response

200 Full bug report with browser info, API context, and admin notes.
Show response fields
adminNotes string nullable
browserInfo object
Show child attributes
userAgent string
id string
orgName string
severity string
status string
title string
userEmail string
userName string

Error codes

404 Bug report not found.