# List Model Logic Parameters Retrieves parameters of the specified logic. Endpoint: POST /optimization.modelformulaparams/{typedId}/{stepName}/{formulaName} Security: basic, X-PriceFx-jwt ## Path parameters: - `typedId` (string, required) The typedId of the Model Object you want to retrieve logic parameters for. Example: "123.M" - `stepName` (string, required) The name of the step you want to list logic parameters for. - `formulaName` (string, required) The name of the logic you want to get parameters for. ## Response 200 fields (application/json): - `response` (object) - `response.node` (string) - `response.data` (array) - `response.data.contextParameters` (array) - `response.data.formulaParameterReference` (array) - `response.status` (number)