Admin APIs/Activity Logs
Event Logs
GET
/admin/logs/eventsBearer token required
ADMINContent-Type:
application/jsonQuery Parameters
| Name | Type | Required | Description |
|---|---|---|---|
limit | integer | Optional | 1–200 |
source | string | Optional | Event source filter |
severity | string | Optional | INFOWARNINGCRITICAL |
isRead | boolean | Optional | |
dedupe | boolean | Optional | Deduplicate entries |
Code Examples
curl -X GET 'https://<your-domain>:3001/admin/logs/events' \
-H 'Authorization: Bearer <token>'Try It
API Playground
Sends a real request to the configured serverlimitsourceseverityisReaddedupe