Skip to main content

Get log by UUID (Will be removed in version 6.0)

GET 

/v1/:projectName/log/uuid/:logId

deprecated

Get log by UUID (Will be removed in version 6.0)

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