Skip to main content

Get logs under items

POST 

/v1/:projectName/log/under

Get logs under items

Request

Path Parameters

    projectName stringrequired

    projectName

Body

required

logsUnderRq

    itemIds int64[]
    logLevel string

    Possible values: [error, warn, info, debug, trace, fatal, unknown]

Responses

OK

Schema

    property name*

    object[]

  • Array [

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