Get TacticalRMM Audit Logs
tacticalrmm_get_audit_logsQuery TacticalRMM audit logs to monitor agent actions and events. Filter by action or agent, sort, and paginate results.
Instructions
Query TacticalRMM audit logs from /logs/audit/. This is a read-only audit-log query; TacticalRMM examples use a PATCH request body for filters.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | TacticalRMM audit log page number. | |
| actions | No | Optional audit action names to filter. | |
| sort_by | No | Audit log sort field. | entry_time |
| agent_ids | No | Optional TacticalRMM agent IDs to filter. | |
| descending | No | Whether to sort descending. | |
| rows_per_page | No | Audit log rows per page. | |
| response_format | No | Output format: markdown for human-readable summaries, json for structured output. | markdown |