Get Audit Log
get_audit_logRead the immutable audit log to track financial transactions, CRM changes, playbook runs, and member actions. Owners view all entries; members view their own.
Instructions
Read the immutable audit log for this company. Owners can read all entries (scope='all'). Any member can read their own entries (scope='mine'). Covers financial transactions, CRM deletes, org memory changes, playbook runs, access management, and member changes. Records cannot be modified or deleted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results (default 50). | |
| scope | No | 'all' returns all company entries (owner-only). 'mine' returns only your own actions (any member). Defaults to 'all' for owners, 'mine' for non-owners. | |
| action | No | Filter by exact action name (e.g. 'add_transaction', 'run_playbook'). | |
| domain | No | Filter by domain group. 'financial' = transactions, accounts, categories. 'crm' = customer and tag deletes. 'memory' = org-scoped memory store/forget. 'playbooks' = playbook runs. 'access' = financial access changes. 'members' = member add/remove/promote. | |
| to_date | No | Return entries on or before this date (YYYY-MM-DD). | |
| actor_id | No | Filter by the user_id who performed the action. | |
| entity_id | No | Filter by the affected record UUID (e.g. a specific account_id or customer_id). | |
| from_date | No | Return entries on or after this date (YYYY-MM-DD). | |
| entity_type | No | Filter by entity type (e.g. 'financial_transaction', 'customer'). |