session_info
Get metadata for active serial, SSH, or ADB sessions on embedded devices. Query by session ID or device to access connection info, creation time, and raw log file paths.
Instructions
Query active session metadata. Pass session_id for one session, device for all sessions of a device, or neither for all active sessions. Each session returns: session id, connection type (serial/ssh/adb), device name, connection info (e.g. COM3@115200), creation time, and the raw session log file path (serial/ssh/adb traffic recorded continuously by the server, including full boot logs after reset/reboot).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| device | No | Device name (e.g. board-a). Lists all sessions for this device. | |
| session_id | No | Session ID (e.g. ssh_1). Returns metadata for this session. |