Is there a way to see all of the quests I have completed. An online search said to open the quest log and click on the history tab, but I don’t see a history tab.
Command line request.
Find the quest on WoWHead Classic Era database . . . I feel dirty for having to send someone there . . . it’s under the heading:
“See if you’ve already completed this by typing:”
This is for you, Hogger, and because Blizz-WoWHead is somehow a thing in 2026 . . .
- Added in patch 1.13.2 “Classic” (often referred to as, “The Museum Days.”)
1 Like
The relevant part here is the api command…
/run print(C_QuestLog.IsQuestFlaggedCompleted(176))
You can do this for any quest id in the game, so you can use that to iterate through them and see what you’ve completed.
Easier to just get Questie though, you can look at Quests By Zone and then “All Quests” from the drop-down. Now you can browse through all the quests in the game. I think that has all of them?
Good luck!
1 Like