System
Health check
GET
Response
200 - application/json
OK
The response is of type any
.
Previous
Get audit logsRetrieve system audit logs with optional filtering.
This endpoint returns a list of system audit logs that track various system events and user actions.
The logs can be filtered by:
- Event types
- User ID
- User email
- Date range (start date and end date)
Each log entry contains details about the event type, affected resource, user information,
timestamp, and any changes made (old and new values).
Next