API to export to gg sheet

  1. Initially, there are 10,000 items displayed, and no filters are applied.
  2. Then, I apply a filter on the UI, for example, to show only items with followers > 5000. At this point, the displayed records will only include items meeting this condition.

I want to retrieve this filtered list of items. Can you help me achieve this using webhooks or any other method to capture and get these items

My ultimate goal is to retrieve the items after applying filters and then automatically export them to a Google Sheet.

Thank you all for your help!~~~

Hello there @Shiron, and welcome to the community!

I hope you like it here :muscle:

As of today, it is not possible to retrieve the filters from the board view, but you can use a query like this one, in which you can add the filters. You can also use this second query for it!

You would retrieve the data via API, and then from your end, you would need to export said data to Google Sheets.