Audit Logs

Endpoints for Audit Logs.

List Logs

API Endpoint Path
/api/logs/
Method
  • GET

Reset Logs

API Endpoint Path
/api/logs/reset/
Method
  • GET

Truncate Logs

API Endpoint Path
/api/logs/truncate/
Method
  • POST

Request Example:

{
	"min": 1,
	"max": 10
}