Skip to main content

Retrieve Vertices Order

Retrieve the vertices order for a given flow.

Args: flow_id (str): The ID of the flow. background_tasks (BackgroundTasks): The background tasks. data (Optional[FlowDataRequest], optional): The flow data. Defaults to None. stop_component_id (str, optional): The ID of the stop component. Defaults to None. start_component_id (str, optional): The ID of the start component. Defaults to None. session (AsyncSession, optional): The session dependency.

Returns: VerticesOrderResponse: The response containing the ordered vertex IDs and the run ID.

Raises: HTTPException: If there is an error checking the build status.

Path Parameters
flow_id uuid REQUIRED
Query Parameters
data Data
stop_component_id Stop Component Id
start_component_id Start Component Id
Responses
200

Successful Response

Schema OPTIONAL
ids string[]
run_id uuid
vertices_to_run string[]
422

Validation Error

Schema OPTIONAL
detail object[] OPTIONAL
loc undefined[]
msg Message
type Error Type

Hi, how can I help you?