akb_activity
Retrieve activity history for a vault, showing who changed what, when, and why. Returns Git commit history with changed file list.
Instructions
Get activity history for a vault — who changed what, when, and why. Returns Git commit history with changed file list. Use akb_diff to see the actual content changes for a specific commit.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| vault | Yes | Vault name | |
| collection | No | Filter by collection path prefix | |
| author | No | Filter by author name | |
| since | No | ISO datetime to filter from (e.g. 2026-04-01) | |
| limit | No |