List action history
repovive_list_historyInspect the audit log of state-changing calls, newest first, filtered by target, tool, actor, status, or age. Shows timing, token, outcome, and revision.
Instructions
Browse this server's local log of state-changing calls, newest first: when, which access token, which tool, what it targeted, whether it succeeded, and the revision it produced. Filter by target, tool, actor, status or age. This is the audit trail — use repovive_list_revisions to see an entity's versions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| days | No | Only entries from the last N days | |
| tool | No | Filter by tool name, e.g. repovive_build_update_statement | |
| actor | No | Filter by the access token's client id | |
| limit | No | Max entries to return | |
| status | No | Filter by outcome: ok, partial or error | |
| target_id | No | Filter to one entity id | |
| target_kind | No | Filter by kind: build_session, contest, course, profile, conversation, problem, … | |
| response_format | No | 'markdown' or 'json' | markdown |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |