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 required
Public 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 object
Show child attributes
adminNotes string nullable
Resolution notes from the admin team.
apiContext object nullable
Last 5 API requests at time of submission, if opted in.
browserInfo object nullable
Browser metadata captured at submission.
createdAt string date-time
ISO 8601 creation timestamp.
description string
Detailed description and steps to reproduce.
id string
Public bug report ID.
pageUrl string nullable
URL where the bug was encountered.
resolvedAt string nullable date-time
ISO 8601 resolution timestamp.
severity string
Severity level.
status string
Current status.
title string
Report title.
updatedAt string date-time
ISO 8601 last-updated timestamp.

Error codes

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