Get logs by filter
GET/v1/:projectName/log
Get logs by filter
Request
Path Parameters
projectName stringrequired
projectName
Query Parameters
filter.eq.autoAnalyzed boolean
Filters by 'autoAnalyzed'
filter.eq.binaryContent string
Filters by 'binaryContent'
filter.eq.id int64
Filters by 'id'
filter.eq.item int64
Filters by 'item'
filter.eq.lastModified date-time
Filters by 'lastModified'
filter.eq.launch int64
Filters by 'launch'
filter.eq.launchId int64
Filters by 'launchId'
filter.eq.level string
Filters by 'level'
filter.eq.logId int64
Filters by 'logId'
filter.eq.logTime date-time
Filters by 'logTime'
filter.eq.message string
Filters by 'message'
filter.eq.path string
Filters by 'path'
filter.eq.projectId int64
Filters by 'projectId'
filter.eq.retryParentId int64
Filters by 'retryParentId'
filter.eq.retryParentLaunchId int64
Filters by 'retryParentLaunchId'
filter.eq.status string
Filters by 'status'
filter.under.path string
filter.under.path
page.page int32
Results page you want to retrieve (0..N)
page.size int32
Number of records per page
page.sort string[]
Sorting criteria in the format: property, (asc|desc). Default sort order is ascending. Multiple sort criteria are supported.
Responses
- 200
OK
- */*
- Schema
- Example (from schema)
Schema
object
{}
Loading...