Search with last seen rather than age

When using sentry I can filter for anything within the last day using: “age:-24h”

However this won’t show items which first appeared 3 days and were last seen 1 hour ago.

It will only show items which first appeared in the last 24 hours.

Is it possible to filter for any events that have been seen in the last 24 hours?

It seems intuitive there would be since you can sort by last seen, but it’s not documented anywhere.

Does it exist, if so what’s the syntax?
Or if it doesn’t exist could it be added? Something similar to age but “seen:-24”

You can use the event.timestamp query to identify events seen in a window.

Ah cheers that’s actually pretty obvious, dunno how I missed it