stream_vertex_build
Stream real-time build events for a vertex in Langflow. Monitor live updates to debug and track vertex build progress.
Instructions
⚠️ DEPRECATED: This endpoint is deprecated in Langflow API 1.6.4 and will be removed in a future version. Use "get_build_status" tool with event_delivery="streaming" to monitor build progress.
Stream real-time build events for a specific vertex. Provides live updates during vertex build process using server-sent events (SSE). Essential for monitoring long-running component builds, debugging build failures in real-time, and providing live build status to users.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| flow_id | Yes | Flow ID (UUID) containing the vertex | |
| vertex_id | Yes | Vertex ID to stream build events for |