Get captured remote spy logs from Cobalt
get-remote-spy-logsRetrieve captured remote and bindable call logs so you can inspect Incoming or Outgoing traffic. Filter by remote name to isolate noisy events after starting remote spy.
Instructions
List captured Cobalt remote and bindable call logs. Requires ensure-remote-spy first; supports direction and name filters to narrow noisy logs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of remote logs to return (default: 50) | |
| direction | No | Filter by call direction (default: Both) | Both |
| remoteNameFilter | No | Optional filter — only return logs for remotes whose name contains this string (case-insensitive) | |
| maxCallsPerRemote | No | Maximum number of recent calls to return per remote (default: 5) |