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
id string requiredPublic bug report ID (e.g. bug_7k3m).
Response
200 Returns full bug report details including browser info, API context, and admin notes.
Show response fields
bugReport objectShow child attributes
adminNotes string nullableResolution notes from the admin team.
apiContext object nullableLast 5 API requests at time of submission, if opted in.
browserInfo object nullableBrowser metadata captured at submission.
createdAt string date-timeISO 8601 creation timestamp.
description stringDetailed description and steps to reproduce.
id stringPublic bug report ID.
pageUrl string nullableURL where the bug was encountered.
resolvedAt string nullable date-timeISO 8601 resolution timestamp.
severity stringSeverity level.
status stringCurrent status.
title stringReport title.
updatedAt string date-timeISO 8601 last-updated timestamp.
Error codes
404 Bug report not found or does not belong to this organisation.