Get list of deleted items

Hi,
Is there an API from where I can get a list of all deleted items ?
Or
get all items present in a deleted/archived board ?

Currently I am using this query to get all items from Deleted/Archived boards
{ boards(state:${state}) {items_page(limit:${batchSize.api}) {cursor items{id}}}}.

This will return me multiple cursors for items in each board and then it is a task to maintain all those cursors and get all items from these board.

Is there a simpler workaround available ?
Please help

Hello there @Kanish and welcome to the community!

I hope you like it here :muscle:

I believe that would be the way to go here.

@Matias.Monday Is there an API/GraphQL Query from where I can get a list of all deleted items in a particular board ?

Hello there @Kanish,

The only way of getting data from deleted items is by passing their IDs.

You can not get a list of all deleted items without knowing their IDs.

Cheers,
Matias

This reminds me of,

Game time - Spot the Missing Stuff.
API User → Hand over the IDs of the vanished, will ya? :crossed_swords:

Monday.com :smirk: → Toss me those IDs, and I’ll be your detective for the day, confirming if they’ve done a disappearing act or not.

Sorry No offence though. Please can you guys make one in the next release (if possible).

Thanks
Kanish

Hello there,

I have changed this into a request :grin:

Everyone: You can vote for it at the top of the screen!