Pulling Most Recent Assets from REST API

Casey_Grimes
Level 10

Pulling Most Recent Assets from REST API

I have some assets which exceed 200 results when using a GET request from the REST API; however, using updatedAt to filter might not be what works best, since I always just want the 200 most recently updated assets without necessarily having to go back and change the request over and over. Is there a way to change the call to just pull most recent vs. first-created?