get_context_history
Retrieve the provenance history of context updates for a task, with optional filtering by context key to see changes over time.
Instructions
Read the append-only provenance ledger for a task's context. Use key to narrow history to one context key; omitted key returns the newest history across all keys.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | The task ID whose context history to read | |
| key | No | Optional context key to filter history |