get_session_events
Fetch the full event chain for a single session, including prompt previews, token usage, errors, and model details. Use to drill into specific sessions after querying a summary.
Instructions
Fetch the full event chain for a single session (compact prompt previews, token usage, errors, model). Use after query_session_summary to drill into the heaviest sessions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| org | No | Organization (tenant) ID. Omit to use the default org from $BEACON_ORG. | |
| user | Yes | source_user_id of the session owner. | |
| session_id | Yes | Masked session id (from a previous summary/dashboard result). | |
| project | Yes | Project key associated with the session (e.g. 'beacon'). Use '-' if unknown. |