build_vertices
Retrieves the ordered list of vertex IDs for a flow's build execution sequence to understand component dependencies and debug build order issues.
Instructions
⚠️ DEPRECATED: This endpoint is deprecated in Langflow API 1.6.4 and will be removed in a future version. Use "build_flow" tool instead with start_component_id/stop_component_id for partial builds.
Get vertex build order for a flow. Retrieves the ordered list of vertex IDs representing the build execution sequence. Useful for understanding flow component dependencies, optimizing build performance, and debugging build order issues. Supports partial builds with start/stop component IDs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | Optional flow data override for build | |
| flow_id | Yes | Flow ID (UUID) to retrieve vertex build order for | |
| stop_component_id | No | Optional component ID to stop build at | |
| start_component_id | No | Optional component ID to start build from |