Get captured events
get_eventsRetrieve custom events captured in the open Storybook story, including name, target, detail, and flags. Pass sinceSeq to fetch only events after a given sequence.
Instructions
Everything captured in the open story so far, newest last: name, the target that actually dispatched it, its detail, and flags (undocumented/shared/retargeted/notComposed). Pass sinceSeq (from a previous response, or from open_story) to get only what arrived after it; seq numbers increase for the life of the server, so a cursor stays valid across open_story calls.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sinceSeq | No | Only return events with seq greater than this. |