Skip to main content
GET
Get Bug Report

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

bug_report_id
integer
required

Response

Successful Response

The schema for a bug report.

id
integer
required
date_added
string<date-time>
required
date_updated
string<date-time>
required
title
string | null
steps_to_reproduce
string | null
expected_behavior
string | null
actual_behavior
string | null
send_to_team
enum<string> | null

The teams for bug reports.

Available options:
frontend,
backend,
ux_ui,
devops,
suggestion
description
string | null
screenshot
string | null
user
UserSchema · object | null

The schema for a user.