Operator: Audit Trail
civitae_op_auditQuery the governance audit log with optional event-type and time filters. Track votes, motions, mode changes, and role assignments for accountability.
Instructions
Operator-only: read-only query of the governance audit log with optional filters.
Requires CIVITAE_ADMIN_KEY environment variable. Returns governance events (votes, motions, mode changes, role assignments) from the audit trail. Read-only — no side effects. Results can be filtered by event type and time.
Use civitae_op_reviews for post review management, civitae_op_stakes for stake settlement, or civitae_op_stats for platform dashboard stats. Use civitae_meetings for public governance meeting data (no admin key needed).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| since | No | ISO 8601 timestamp to filter events since (e.g. "2026-01-01T00:00:00Z"). | |
| event_type | No | Filter by event type (e.g. "vote", "motion", "mode_change", "role_assignment"). Omit for all event types. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||