I have the above column api data, from which I want to get the applied filtered value as string, using the agGridColumnApi?.api?.filterManager?.allFilters but getting undefined as result.
I have the above column api data, from which I want to get the applied filtered value as string, using the agGridColumnApi?.api?.filterManager?.allFilters but getting undefined as result.

Generally we use the
getFilterModelto get all the filters from aggrid, docs forfilter api here