Read captured IPC call log
get_ipc_logDrain pending IPC events from a renderer process and return entries with method name, JSON args/result, and duration in milliseconds.
Instructions
Drain any pending renderer-side IPC events into the session buffer and return the matching entries. Requires enable_ipc_logging to have been called first. Each entry has the method name, JSON-serialised args/result, and duration in ms.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Session id. | |
| limit | No | Cap result count (newest first). | |
| since | No | Only events with ts > this epoch-ms value. | |
| method | No | Filter by method name (exact match). | |
| target | No | Only events from this target. If omitted, drains and returns events from every tracked target. |