How can i get message Id of specific message in my gmail account using Gmail API

I hope use gmail API to get the confirmation link sent to my gmail. I can call API to get message list or use gmail.users.messages.get to get message content by ID. But I cannot filter the specific message by subject. Is there such API? Or is there any other way to finish such function?