Create a Cleanroom Flow RunAsk AIpost https://api.habu.com/v1/cleanrooms/{cleanroomId}/cleanroom-flows/{cleanroomFlowId}/cleanroom-flow-runsThis operation creates a Cleanroom Flow Run.Path ParamscleanroomIdstringrequiredCleanroom IDcleanroomFlowIdstringrequiredCleanroom Flow IDBody ParamsnamestringName of the flow runpauseLevelIDstringOptional pause level ID at which to pause executionnodesarray of objectsNodes with parametersnodesADD objectbranchesstringBranch names to filter flow execution (comma-separated)excludeNodesWithoutTagsbooleanExclude nodes without tags when branch filtering is enabledtruefalseignoreParentChildRulebooleanIgnore parent-child dependency rules for normal flow runstruefalseincludeMismatchingTaggedNodesbooleanInclude unmatched nodes when branch filtering is enabledtruefalsedatasetAssignmentsarray of objectsDataset assignments for each nodedatasetAssignmentsADD objectHeadersacceptstringenumDefaults to application/jsonGenerated from available response content typesapplication/jsonapplication/xmlAllowed:application/jsonapplication/xmlResponses 200Successfully created the Cleanroom Flow Run. 400Bad Request - Incorrect syntax or request 401Authorization information was missing or invalid 404The specified resource was not found 500Internal Server ErrorUpdated 2 days ago