Looker · Schema
Dashboard
A dashboard is a collection of tiles arranged in a layout that visualize data from queries. Dashboards support cross-filtering, drill-down, and can be shared, embedded, or scheduled.
AnalyticsBI PlatformBusiness IntelligenceData AnalyticsData Visualization
Properties
| Name | Type | Description |
|---|---|---|
| id | string | Unique identifier. Numeric for user-defined dashboards; model::dashboard_name for LookML dashboards. |
| title | string | Display title of the dashboard |
| description | string | Description of the dashboard's purpose |
| content_metadata_id | integer | ID of the content metadata record |
| query_timezone | string | Timezone for queries on this dashboard |
| space_id | string | ID of the space (folder) containing this dashboard |
| folder_id | string | ID of the folder containing this dashboard |
| user_id | integer | ID of the user who created this dashboard |
| dashboard_elements | array | List of tiles (elements) on this dashboard |
| dashboard_filters | array | List of filters on this dashboard |
| dashboard_layouts | array | Layout configurations for this dashboard |
| background_color | string | CSS background color for the dashboard |
| text_tile_text_color | string | Default text color for text tiles |
| tile_background_color | string | Default background color for tiles |
| tile_text_color | string | Default text color for tiles |
| hidden | boolean | Whether this dashboard is hidden from navigation |
| readonly | boolean | Whether this dashboard is read-only (LookML dashboards are read-only) |
| refresh_interval | string | Auto-refresh interval (e.g. 5 minutes, 1 hour) |
| load_configuration | string | Dashboard load configuration. Controls whether tiles load concurrently or sequentially. |
| preferred_viewer | string | Preferred viewer type for the dashboard |
| created_at | string | Timestamp when the dashboard was created |
| updated_at | string | Timestamp when the dashboard was last updated |
| deleted_at | string | Timestamp when the dashboard was soft-deleted |
| deleted | boolean | Whether this dashboard has been soft-deleted |
| last_accessed_at | string | Timestamp when the dashboard was last viewed |
| view_count | integer | Number of times the dashboard has been viewed |
| favorite_count | integer | Number of users who have favorited this dashboard |
| url | string | Relative URL path for this dashboard |