Get items from board by created or updated date

I want to filter board items based on updated date or created date, i am planing to pass that date as argument .

i want to fetch items from board which has update or created new .

Hello there @narendraparmar,

As of today you can not pass specific dates as arguments for the items query.

Having said that, you can use the newest_first argument to get the most recently created items at the top.

Let me know if you have any other questions :slightly_smiling_face:

Cheers,
Matias