Admin APIs - Logging
Get All Log Entries
Retrieve all log entries with filtering
GET
Get All Log Entries
Retrieve all log entries from the system with optional filtering.Query Parameters
Log type filter (INFO, WARNING, ERROR, DEBUG).
Log scheme (admin, console, external).
Page number for pagination.
Number of logs per page (1-100).
Start date in ISO format (YYYY-MM-DD).
End date in ISO format (YYYY-MM-DD).
Response Fields
Array of log entry objects.
Usage Examples
Log Types
INFO
INFO
Informational messages about normal system operations.
WARNING
WARNING
Warning messages about potentially problematic situations.
ERROR
ERROR
Error messages about failures and exceptions.
DEBUG
DEBUG
Detailed debugging information for development.