query_aer_results
Read AFSIM .aer files and return their contents as JSON lines, with configurable maximum number of lines.
Instructions
Read an AFSIM .aer archive/result file.
Parameters
file_path: Path to the .aer 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 |