Request to allow querying resources using updated at on dedicated endpoints

This is a request to consider allowing querying native resources based on createdAt and updatedAt timestamps.

Currently, there are a few options to bypass this, but nothing solid:

  • Using webhooks (could be unreliable sometimes)
  • Using Cql search to get the ids of resources that are created or updated after a certain datetime threshold.

:wave: Hi @ParthRewind - thank you for the idea here. Our team is working on providing expanded sort functionality, so you could sort things like pages or comments based on things such as creation date / most recent update.

We will share more details when we have them!