cyberqp_get_events
Fetches tenant event logs (technician/account activity) filterable by customer, account, event type, status, and date range. Enables auditing without exposing passwords or OTP codes.
Instructions
Get the tenant's event log (technician/account activity, e.g. self-serve resets, admin actions), filterable by customer, account, event type, status, and date range. Never returns account passwords or OTP codes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (1-based, offset pagination). | |
| limit | No | Number of items per page. | |
| cursor | No | Opaque cursor from a previous response, for cursor-based pagination. | |
| status | No | Filter by event outcome. | |
| endDate | No | Only return events created at or before this ISO 8601 date. | |
| accountId | No | Filter events by account ID. | |
| eventType | No | Filter by event type (e.g. SELF-SERVE, ACCOUNT-MANAGEMENT-END-USER). Call cyberqp_get_event_types for the full, current set of values. | |
| startDate | No | Only return events created at or after this ISO 8601 date. | |
| customerId | No | Filter events by customer ID. |