get_event_logs
Retrieve system event logs from 3CX. Filter by type (Error, Warning, Info) to identify issues or monitor system events.
Instructions
Returns system event logs from 3CX. Each entry has: Id, Type (Info/Warning/Error), EventId, Message. Filter examples: "Type eq 'Error'" for errors only, "Type eq 'Warning'" for warnings. Use this for 'are there any errors on the phone system?' or 'show me recent system events' questions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filter | No | OData $filter, e.g. "Type eq 'Error'" or "Type eq 'Warning'" | |
| top | No | Max results (default 50) | |
| skip | No | Skip N results for paging |