Audit
Search and inspect the immutable audit log.
2 tools
# search_audit_events
Search the audit log by actor, action, or resource type
| Parameter | Type | Required | Description |
|---|---|---|---|
| workspace_id | string | ● | Workspace ID |
| actor_id | string | — | Filter by actor ID |
| action | string | — | Filter by action |
| resource_type | string | — | Filter by resource type |
| from | string | — | From date |
| to | string | — | To date |
# get_audit_event
Get a single audit event by ID
| Parameter | Type | Required | Description |
|---|---|---|---|
| workspace_id | string | ● | Workspace ID |
| event_id | string | ● | Audit event ID |