Get bug report details

GEThttps://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

idstringrequired
Public bug report ID (e.g. bug_7k3m).

Response

200Returns full bug report details including browser info, API context, and admin notes.
Show response fields
bugReportobject
Show child attributes
adminNotesstringnullable
Resolution notes from the admin team.
apiContextobjectnullable
Last 5 API requests at time of submission, if opted in.
browserInfoobjectnullable
Browser metadata captured at submission.
createdAtstringdate-time
ISO 8601 creation timestamp.
descriptionstring
Detailed description and steps to reproduce.
idstring
Public bug report ID.
pageUrlstringnullable
URL where the bug was encountered.
resolvedAtstringnullabledate-time
ISO 8601 resolution timestamp.
severitystring
Severity level.
statusstring
Current status.
titlestring
Report title.
updatedAtstringdate-time
ISO 8601 last-updated timestamp.

Error codes

404Bug report not found or does not belong to this organisation.