get_logs_around
Retrieve all events from server and browser within a time window around a timestamp, correlating logs from the same moment.
Instructions
Return ALL events (server + browser) within +/- windowMs of a timestamp, time-ordered — the correlation tool. E.g. the browser console error and the backend stack trace from the same moment. Timestamps come from the ts field on any event.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ts | Yes | Center timestamp (ms since epoch). | |
| app | No | Optional: scope to one app/project (pane label or id; see pane_list). | |
| source | No | Optional: limit to one side. | |
| windowMs | No | Half-window in ms (default 500). |