apmx_get_calls
Extract and filter API call records from APMX capture files for forensic analysis, supporting pagination, time-range, and nested call details.
Instructions
Extract API call records from an APMX capture with filtering and pagination. Each record shows the top-level API and any nested calls made within it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | Path to .apmx64 or .apmx86 capture file | |
| process_index | No | Which process to read (0 = first/only process) | |
| api_filter | No | Filter by API name substring (case-insensitive) | |
| limit | No | Maximum number of call records to return | |
| offset | No | Skip first N matching records (for pagination) | |
| time_range_start | No | ISO 8601 datetime — only include calls at or after this time | |
| time_range_end | No | ISO 8601 datetime — only include calls at or before this time |