# Get stats for mapping algorithm Endpoint: GET /mapping-algorithms/{algorithmName}/stats Version: 5.1.47 Security: api_key ## Path parameters: - `algorithmName` (string, required) The name of the mapping algorithm. ## Response 200 fields (application/json): - `algorithmName` (string, required) The name of the algorithm. Example: "TestMapping" - `totalMappings` (integer, required) The total number of mappings assigned to this mapping algorithm. Example: 375 - `unusedMappings` (integer, required) The total number of unused mappings assigned to this mapping algorithm. Example: 42 ## Response 400 fields ## Response 403 fields ## Response 404 fields