Get Session Timeline
get_session_timelineMonitor active recording health with polling stats, interaction counts, and gap analysis to ensure poller keeps up and interactions are captured.
Instructions
Get a lightweight mid-session health check showing polling stats, interaction counts, and gap analysis. Use during an active recording to verify the poller is keeping up and interactions are being captured. Only available while session status is "recording".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sessionId | Yes | Active session ID to get timeline for |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| gaps | Yes | Polling gaps where interactions may have been missed | |
| status | Yes | Current session status | |
| elapsedMs | No | Milliseconds since recording started | |
| sessionId | Yes | The session this timeline belongs to | |
| pollSummary | Yes | Aggregate polling statistics | |
| recentPolls | Yes | Most recent 10 poll records for quick inspection | |
| interactionSummary | Yes | Interaction capture statistics |