Retrieving most recent email from contact record

I’m currently trying to log email responses from our clients.
I’ve already set up a webhook and functions that allow me to use the ‘https://api.hubapi.com/crm/v3/objects/emails/emailID/?properties=hs_email_text’ endpoint to recieve email text from a given email / thread ID.
However, when I access the hs_email_text fromproperty using a GET request, I receive ALL of the emails attached to that thread. I wanted to see if there’s a way to only return the most recent email (or just the client’s responses)

Hi, @HStrohl I do not see an option to control or limit what’s returned in the request you are making. The search API offers search operators, such as:

BETWEEN
Within the specified range. In your request, use key-value pairs to set highValue and value

But it doesn’t offer a specific operator for most recent specifically.

Hey, @ChrisoKlepke @DanielSanchez @keiii111222 do you have any suggestion for how @HStrohl can think about solving this challenge?

Thank you!

Jaycee