Returns logs. For users with the Standard Registry role only.
{
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
}
{
application/json:
schema:
$ref: '#/components/schemas/Error'
}