agent_scan_get
Retrieve a prior scan by scan_id to access full stored output, enabling reuse of results without additional cost.
Instructions
Retrieves one of your prior scans by scan_id, including the stored full output, so you can build on earlier results without re-paying. Free to call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scan_id | Yes | The scan id to retrieve (from agent_history). | |
| include_full_output | No | Include the full stored tool output, not just the summary (default true). |