Get filtered data in datatable in callback

How do I get the filtered data from a dash.DataTable in a callback? All that I see is how to get the data but when I have filters in the datatable it seems like the “data” comes back with all of the data not just the filtered data.

I figured it out. It is “derived_virtual_data”