cantrip_history
Query the audit trail of project actions to track changes, filter events by type or entity, and monitor activity with configurable parameters.
Instructions
Query the append-only audit trail of all actions taken on the project. Pass project to override .cantrip.json — useful in cloud-hosted or multi-project contexts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | Filter by event type (e.g. init, entity_created, review_accept) | |
| entity | No | Filter by entity type (e.g. icp, pain_point) | |
| since | No | Only events after this ISO date | |
| limit | No | Max events to return (default: 50) | |
| project | No | Project slug — overrides .cantrip.json. Required in environments where cantrip_connect cannot write to the filesystem. |