Is it possible to retrieve the filters applied to each card in a given dashboard via API?

We want to programatically check if our standard dashboard filters are applied to all tiles in all dashboards.

We are currently self-hosting and are keen to understand if the above is possible to query via api. or alternatively if there are any enterprise features which help with monitoring this sort of thing

You mean values you apply by default right? Like you add a filter and then set a specific default value?

I mean if I have a dashboard filter (say order date) that exists on 20 or so dashboards, I ideally want to be able to programatically check that for every card/tile in those dashboard, that filter is applied.

The thing i'm trying to catch is if/when an official company-wide dashboard doesn't have the standard set of filters applied to all tiles.

I ask this because we've seen some flakey behaviour whereby filters stop applying to certain cards

But if the filter doesn't have a default value then the user is able to apply anything they want but that will impact only their dashboard.

Only when a filter has a default that means the filter will be preloaded and you can check this in the APIs

but if there is no default then the params will simply have a null value. Irrespective if you used the filter or not