Get bug report details
GET
https://app.speybooks.com/api/v1/bug-reports/{id}Full detail of a single bug report including browser info, API context snapshot, admin notes, and resolution timeline. Looked up by public ID (e.g. bug_7k3m). Returns 404 if not found or belongs to another organisation.
Path parameters
idstringrequiredPublic bug report ID (e.g. bug_7k3m).
Response
200Returns full bug report details including browser info, API context, and admin notes.
Show response fields
bugReportobjectShow child attributes
adminNotesstringnullableResolution notes from the admin team.
apiContextobjectnullableLast 5 API requests at time of submission, if opted in.
browserInfoobjectnullableBrowser metadata captured at submission.
createdAtstringdate-timeISO 8601 creation timestamp.
descriptionstringDetailed description and steps to reproduce.
idstringPublic bug report ID.
pageUrlstringnullableURL where the bug was encountered.
resolvedAtstringnullabledate-timeISO 8601 resolution timestamp.
severitystringSeverity level.
statusstringCurrent status.
titlestringReport title.
updatedAtstringdate-timeISO 8601 last-updated timestamp.
Error codes
404Bug report not found or does not belong to this organisation.