Events
List all events
Events are an audit trail of important events that happen in the knowledge base.
post/events.list
Request body
Example request
{
"limit": 25,
"sort": "updatedAt",
"direction": "DESC"
}Response
OK
Example response
{
"data": [
{
"name": "documents.create",
"actorIpAddress": "60.169.88.100",
"data": {
"name": "Equipment list"
},
"actor": {
"name": "Jane Doe"
}
}
],
"pagination": {
"limit": 25
}
}