API V2: search items by tags

Hey Andrea.

Not actually. I was not able to solve the issue. I don’t think there’s a capability of searching by complex objects like tags(tag_ids: [xxx, yyy]) and status(id: 0}.

Note that if the board is different the tag id might be different though the tag text might be same.

Go through https://monday.com/developers/v2#column-values-section. Will help you a lot.

I finally ended up to get all items in the board and searching by tag text rather than its id.
And setup webhook to make things easier.

I appreciate Monday.com could add more details on this