Returning Logs
RETURNS LOGS
Returns logs.
Request Body
Name
Type
Description
{
application/json:
schema:
totalCount:
type: number
logs:
type: object
properties:
type:
type: string
datetime:
type: string
message:
type: string
attributes:
type: array
items:
type: string
}Last updated