get_flow_events
Retrieve the event history of a Langflow workflow. Filter events from a specific point using an optional cursor or timestamp.
Instructions
Get the event stream/history for a flow. Optionally filter to events since a given cursor/timestamp.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| since | No | Optional cursor: only events since this value | |
| flow_id | Yes | Flow ID (UUID) |