[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-20 UTC."],[],[],null,["# Get Dashboard Filter\n\nVersion 4.0.25.14 (latest)\n\n### Get information about the dashboard filters with a specific id.\n\nRequest\n-------\n\nGET /dashboard_filters/{dashboard_filter_id} \nDatatype \nDescription \nRequest \nHTTP Request \npath \nHTTP Path \nExpand HTTP Path definition... \ndashboard_filter_id \nstring \nId of dashboard filters \nquery \nHTTP Query \nExpand HTTP Query definition... \nfields \nstring \nRequested fields.\n\nResponse\n--------\n\n### 200: Dashboard Filter\n\nDatatype \nDescription \n(object) \n[DashboardFilter](/looker/docs/reference/looker-api/latest/types/DashboardFilter) \ncan \n*lock* \nobject \nOperations the current user is able to perform on this object \nid \n*lock* \nstring \nUnique Id \ndashboard_id \n*lock* \nstring \nId of Dashboard \nname \nstring \nName of filter \ntitle \nstring \nTitle of filter \ntype \nstring \nType of filter: one of date, number, string, or field \ndefault_value \nstring \nDefault value of filter \nmodel \nstring \nModel of filter (required if type = field) \nexplore \nstring \nExplore of filter (required if type = field) \ndimension \nstring \nDimension of filter (required if type = field) \nfield \n*lock* \nobject \nField information \nrow \ninteger \nDisplay order of this filter relative to other filters \nlistens_to_filters \nstring\\[\\] \nallow_multiple_values \nboolean \nWhether the filter allows multiple filter values (deprecated in the latest version of dashboards) \nrequired \nboolean \nWhether the filter requires a value to run the dashboard \nui_config \nobject \nThe visual configuration for this filter. Used to set up how the UI for this filter should appear.\n\n### 400: Bad Request\n\nDatatype \nDescription \n(object) \n[Error](/looker/docs/reference/looker-api/latest/types/Error) \nmessage \n*lock* \nstring \nError details \ndocumentation_url \n*lock* \nstring \nDocumentation link\n\n### 404: Not Found\n\nDatatype \nDescription \n(object) \n[Error](/looker/docs/reference/looker-api/latest/types/Error) \nmessage \n*lock* \nstring \nError details \ndocumentation_url \n*lock* \nstring \nDocumentation link\n\n### 429: Too Many Requests\n\nDatatype \nDescription \n(object) \n[Error](/looker/docs/reference/looker-api/latest/types/Error) \nmessage \n*lock* \nstring \nError details \ndocumentation_url \n*lock* \nstring \nDocumentation link"]]