How i can get records based on updated date

I try to create application that sync records with local database and asking if there anyway to retrieve them based on last update date?

ex:

GET https://api.knack.com/v1/objects/object_xx/records?filters=[{“field”:“updatedate”,“oprator”:“is after”,“value”: “1-1-2023”}]

is there something like that or not?