Get log by ID
GET/v1/:projectName/log/:logId
Get log by ID
Request
Path Parameters
logId stringrequired
logId
projectName stringrequired
projectName
Responses
- 200
OK
- */*
- Schema
- Example (from schema)
Schema
binaryContent
object
contentType stringrequired
id stringrequired
thumbnailId stringrequired
id int64required
itemId int64
launchId int64
level string
Possible values: [error
, warn
, info
, debug
, trace
, fatal
, unknown
]
message string
thumbnail string
time date-time
uuid stringrequired
{
"binaryContent": {
"contentType": "string",
"id": "string",
"thumbnailId": "string"
},
"id": 0,
"itemId": 0,
"launchId": 0,
"level": "error",
"message": "string",
"thumbnail": "string",
"time": "2024-10-01T12:00:43.345Z",
"uuid": "string"
}
Loading...