read_history_task
Retrieve a past task from the archive by its task ID, optionally specifying a date to narrow the search.
Instructions
Read a task from the deep history archive.
Searches history/ for the task matching task_id. Providing
date restricts the search to that date shard (much faster).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | Task ID (e.g. ``TASK-20260522-001``) or full filename. | |
| date | No | Optional ``YYYY-MM-DD`` date shard to restrict the search. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |