Get bug report (admin)

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

Retrieve full details of a single bug report by its public id, including reporter info, browser context, the recent API calls captured with the report, and the admin notes.

Returns 404 if the public id matches no report.

Path parameters

idstringrequired

Response

200Full bug report with browser info, API context, and admin notes.
Show response fields
adminNotesstringnullable
browserInfoobject
Show child attributes
userAgentstring
idstring
orgNamestring
severitystring
statusstring
titlestring
userEmailstring
userNamestring

Error codes

404Bug report not found.