list_vault_entity_events
List entity events from the dbt warehouse to track activity across an Obsidian vault. Filter by entity type, name, or event type.
Instructions
List generic entity events from the dbt warehouse.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum rows to return. Capped at 200. | |
| entity | No | Optional exact entity name filter. | |
| event_type | No | Optional event type filter, such as open_loop or task_open. | |
| vault_path | Yes | Path to the Obsidian vault. | |
| duckdb_path | No | Optional DuckDB warehouse path. Defaults to DUCKDB_PATH or /warehouse/obsidian.duckdb when present. | |
| entity_type | No | Optional entity type filter. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |