Logs
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
typestring · enum · nullableRequiredPossible values:
Log severity filter. When empty, all logs are returned.
startDatestring · date-time · nullableRequired
endDatestring · date-time · nullableRequired
attributesstring[] · nullableRequired
messagestring · nullableRequired
pageSizenumber · nullableRequired
pageIndexnumber · nullableRequired
sortDirectionstring · enum · nullableRequiredPossible values:
Sort order
Responses
200
Successful operation.
application/json
401
Unauthorized request.
application/json
403
Forbidden
application/json
500
Internal server error.
application/json
post
/logsAuthorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
namestringOptionalExample:
Attribute name filter
SearchexistingAttributesstring[]OptionalExample:
Existing attributes
["WORKER"]Responses
200
Successful operation. Maximum 20 attribute values.
application/json
401
Unauthorized request.
application/json
403
Forbidden
application/json
500
Internal server error.
application/json
get
/logs/attributesLast updated