diff --git a/backend/app/api/endpoints/steps.py b/backend/app/api/endpoints/steps.py index b188cf8d..340a8451 100644 --- a/backend/app/api/endpoints/steps.py +++ b/backend/app/api/endpoints/steps.py @@ -247,6 +247,8 @@ async def get_step( "is_active": step.is_active, "created_at": step.created_at, "updated_at": step.updated_at, + "is_flow_synced": step.is_flow_synced, + "source_tree_name": step.source_tree.name if step.source_tree else None, } # Get category name if exists