Skip to main content
GET
Permission Required: project:read-runs
Retrieve a single reviewed bug along with every occurrence detected across runs.
Returns 403 if the project does not have the bug_review feature enabled.

Path Parameters

bugId
string
required
The bug identifier (returned in the List Reviewed Bugs response)

Response

The response includes every field on the BugSummary object, plus a list of occurrences describing each individual detection.
occurrences
BugOccurrenceSummary[]
required
Per-run occurrences of this bug

Authorizations

X-Api-Key
string
header
required

API key for authentication

Path Parameters

bugId
string
required

Bug ID

projectId
string
required

The project ID. You can copy it from the project settings page or the project URL in the dashboard.

Response

Successful response

id
string
project_id
string
title
string
description
string
reproduction_steps
string
severity
enum<string>
Available options:
low,
medium,
high,
critical
category
string
confidence
enum<string>
Available options:
low,
medium,
high
tags
string[]
details
object | null
status
enum<string>
Available options:
active,
archived
suppress_reporting
boolean
occurrence_count
integer
created_at
string<date-time>
created_by
string | null
occurrences
object[]