session_info
Retrieve active session metadata by session ID or device. Get connection type, device info, creation time, and raw log file path for each session.
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. |