get_syscall_log
Retrieve recorded system call invocations from emulation sessions with pagination controls for analysis and debugging.
Instructions
Get recorded syscall invocations with pagination.
Args: session_id: The session ID. offset: Start index (default 0). limit: Max entries to return (default 100).
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | ||
| offset | No | ||
| limit | No |