get_run_log
Retrieve filtered log events from a simulation run using parameters like kind, turn, source, and timestamp.
Instructions
Read events.jsonl with filters. kind supports trailing * prefix match (e.g. tool.*).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | ||
| turn | No | ||
| limit | No | ||
| run_id | Yes | ||
| source | No | ||
| project_root | Yes | ||
| since_mono_ms | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||