# List Logics Retrieves a list (uniqueName and label) of all logics in the partition you are currently authenticated for. Endpoint: POST /formulamanager.getnames Security: basic, X-PriceFx-jwt ## Response 200 fields (application/json): - `response` (object) - `response.node` (string) - `response.data` (array) - `response.data.uniqueName` (string) - `response.data.label` (string) - `response.status` (number)