# Get a list of all algorithms that support migration to a new framework Endpoint: GET /algorithms/migration Version: 5.1.47 Security: api_key ## Response 200 fields (application/json): - `availableMigrations` (array) Example: [{"algorithmName":"My Mapping Algorithm","frameworkId":7}] - `availableMigrations.algorithmName` (string, required) The name of the algorithm that supports migration Example: "My Mapping Algorithm" - `availableMigrations.frameworkId` (integer, required) The frameworkId of the framework to which this algorithm can be migrated Example: 7 ## Response 400 fields ## Response 401 fields ## Response 404 fields