def get_ignores(self, folder):
        """Gets ignores"""
        params = {'folder': folder}
        return self.api_call(ENDPOINTS["db"]["ignores"],
                             None, params_dict=params)