Get action replay (rrweb slice)
get_action_replayRetrieve raw rrweb events for a single user action step, prepended with the FullSnapshot anchor for rendering. Provide an actionId or explicit time range.
Instructions
Return the raw rrweb events for one user-action step, with the FullSnapshot anchor prepended so a viewer can render just that step. Pass actionId (from get_user_actions) or explicit fromTs/toTs. This can be large — optional maxEvents caps the returned list. Does not change get_user_actions (which only returns the lightweight rrweb window pointer).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| toTs | No | Explicit window end (epoch ms). | |
| fromTs | No | Explicit window start (epoch ms). | |
| actionId | No | Action id / sourceId from get_user_actions. | |
| bundleId | No | Bundle handle from load_bundle. Optional when exactly one bundle is loaded. | |
| maxEvents | No | Cap on returned rrweb events. Default: no cap. | |
| actionIndex | No | 0-based index into semantics.userActions (alternative to actionId). |