Looker · Schema
DashboardFilter
A filter on a dashboard that allows users to dynamically change query parameters across multiple tiles simultaneously.
AnalyticsBI PlatformBusiness IntelligenceData AnalyticsData Visualization
Properties
| Name | Type | Description |
|---|---|---|
| id | string | Unique identifier for this filter |
| dashboard_id | string | ID of the parent dashboard |
| name | string | Internal name of the filter |
| title | string | Display title of the filter |
| type | string | Filter input type |
| model | string | LookML model name for field_filter type |
| explore | string | LookML explore name for field_filter type |
| dimension | string | LookML dimension for field_filter type |
| default_value | string | Default filter value |
| allow_multiple_values | boolean | Whether multiple values can be selected |
| required | boolean | Whether the filter must have a value |
| row | integer | Row position of the filter in the filter bar |
| listens_to_filters | array | Other filters this filter listens to for cascading |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "DashboardFilter",
"type": "object",
"description": "A filter on a dashboard that allows users to dynamically change query parameters across multiple tiles simultaneously.",
"properties": {
"id": {
"type": "string",
"description": "Unique identifier for this filter"
},
"dashboard_id": {
"type": "string",
"description": "ID of the parent dashboard"
},
"name": {
"type": "string",
"description": "Internal name of the filter"
},
"title": {
"type": "string",
"description": "Display title of the filter"
},
"type": {
"type": "string",
"description": "Filter input type"
},
"model": {
"type": "string",
"description": "LookML model name for field_filter type"
},
"explore": {
"type": "string",
"description": "LookML explore name for field_filter type"
},
"dimension": {
"type": "string",
"description": "LookML dimension for field_filter type"
},
"default_value": {
"type": "string",
"description": "Default filter value"
},
"allow_multiple_values": {
"type": "boolean",
"description": "Whether multiple values can be selected"
},
"required": {
"type": "boolean",
"description": "Whether the filter must have a value"
},
"row": {
"type": "integer",
"description": "Row position of the filter in the filter bar"
},
"listens_to_filters": {
"type": "array",
"description": "Other filters this filter listens to for cascading"
}
}
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/looker-dashboard-filter"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.