Skip to main content

Get log by ID

GET 

/v1/:projectName/log/:logId

Get log by ID

Request

Path Parameters

    logId stringrequired

    logId

    projectName stringrequired

    projectName

Responses

OK

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
Loading...