Get Bug Report
GET/api/v1/bug-report/:bugId
This endpoint allows a user to fetch the details of a bug report using its unique identifier.
Request
Path Parameters
bugId stringrequired
Responses
- 200
- application/json
- Schema
- Example (from schema)
Schema
bugId numberrequired
description string
logsUrl stringrequired
agentVersion stringrequired
device
object
required
id stringrequired
lastUpdatedDate date-time
lastConnectionDate date-time
name string
OS string
availableStorage string
power number
bandwidth number
operativeState boolean
groupName string
groupId number
uid number
formations string[]
platformName string
deviceTypeName string
devices string[]
deviceParentId string
deviceParentName string
deviceParentUid number
reportDate date-timerequired
startDate date-time
endDate date-time
logLevel string
isUploaded booleanrequired
{
"bugId": 0,
"description": "string",
"logsUrl": "string",
"agentVersion": "string",
"device": {
"id": "string",
"lastUpdatedDate": "2026-01-01T11:09:06.668Z",
"lastConnectionDate": "2026-01-01T11:09:06.668Z",
"name": "string",
"OS": "string",
"availableStorage": "string",
"power": 0,
"bandwidth": 0,
"operativeState": true,
"groupName": "string",
"groupId": 0,
"uid": 0,
"formations": [
"string"
],
"platformName": "string",
"deviceTypeName": "string",
"devices": [
"string"
],
"deviceParentId": "string",
"deviceParentName": "string",
"deviceParentUid": 0
},
"reportDate": "2026-01-01T11:09:06.668Z",
"startDate": "2026-01-01T11:09:06.668Z",
"endDate": "2026-01-01T11:09:06.668Z",
"logLevel": "string",
"isUploaded": true
}
Loading...