# Execute a Model Logic Executes the logic in the context of the model and the step. Returns logic results. Endpoint: POST /optimization.modelformulaexec/{typedId}/{stepName}/{formulaName} Security: basic, X-PriceFx-jwt ## Path parameters: - `typedId` (string, required) The typedId of the Model Object you want to execute the logic for. Example: "123.M" - `stepName` (string, required) The name of the step you want to execute the logic for. - `formulaName` (string, required) The name of the logic you want to execute. ## Request fields (application/json): - `data` (object) ## Response 200 fields (application/json): - `response` (object) - `response.node` (string) - `response.data` (array) - `response.status` (number)