query_evt_results
Reads an AFSIM event file and returns its contents as JSON with line count and lines array. Use max_lines to limit output.
Instructions
Read an AFSIM .evt event file.
Parameters
file_path: Path to the .evt file. max_lines: Maximum lines to return (default 500).
Returns
JSON with line_count and lines array.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | ||
| max_lines | No |
Output Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |