How can we get Catergory / Term Creator

By “creator” you mean the user who created the category? If so, that information is not stored by WordPress.

You would have to write your own function for storing the user on category insert, maybe by hooking into the create_term function.