get_context_history
Access the append-only provenance ledger for a task's context, filtering by a specific key or retrieving the newest history across all keys.
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 |
|---|---|---|---|
| key | No | Optional context key to filter history | |
| task_id | Yes | The task ID whose context history to read |