Bugs
List Reviewed Bugs
Retrieve a paginated list of reviewed bugs for your project.
GET
Permission Required:
project:read-runsReturns
403 if the project does not have the bug_review feature enabled.Query Parameters
Filter by status:
active, archived, or allFree-text search across bug title, description, and reproduction steps
Filter by severity:
low, medium, high, or criticalFilter by bug category (e.g.,
ui, gameplay, performance)Field to sort by (e.g.,
created_at, severity, occurrence_count)Sort direction:
asc or descPage number (0-indexed)
Results per page (1-100)
Response
Array of bug summary objects
Pagination metadata (
page, page_size, total_count, total_pages)BugSummary Object
Unique bug identifier (consistent across runs)
Project the bug belongs to
Short bug title
Detailed description of the bug
Steps to reproduce the bug
Severity level:
low, medium, high, criticalBug category (e.g.,
ui, gameplay, performance)Detection confidence:
low, medium, highTags assigned to the bug
Additional bug-specific metadata, or
nullBug status:
active or archivedWhether reporting for this bug is suppressed
Number of times this bug has been observed across runs
ISO 8601 timestamp when the bug was first reviewed
Who created/reviewed the bug
Authorizations
API key for authentication
Path Parameters
The project ID. You can copy it from the project settings page or the project URL in the dashboard.
Query Parameters
Filter by status
Available options:
active, archived, all Free-text search across title/description/reproduction steps
Filter by severity
Available options:
low, medium, high, critical Filter by bug category
Field to sort by
Sort direction
Available options:
asc, desc Page number (0-indexed)
Results per page (1-100)
Required range:
1 <= x <= 100