Get Audit Log
get_audit_logQuery audit logs to review trading activity, filter by event type, symbol, account, or date range.
Instructions
Query the SQLite audit log. Filter by event_type, symbol, account_id, or date range. Returns up to limit entries (default 50, max 200).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| since | No | ||
| until | No | ||
| symbol | No | ||
| account_id | No | ||
| event_type | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entries | No | Audit log entries. | |
| queryFilters | No | Filters applied to this query. | |
| totalReturned | Yes | Number of entries in this response. |