Skip to main content
Version: Next

DashboardFilterInfo

columnstringnullable

Target column name for the filter

idstringrequired

The native filter ID

namestringrequired

The native filter name

statusstringrequired

Filter status: 'applied' (default value was included in the query), 'not_applied' (filter had no default value and was omitted, matching dashboard initial-load behavior), or 'not_applied_uses_default_to_first_item_prequery' (filter uses defaultToFirstItem which requires a pre-query to resolve and cannot be applied server-side)

DashboardFilterInfo
{
"column": "string",
"id": "string",
"name": "string",
"status": "string"
}