[[["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-09-08 UTC."],[],[],null,["# Get All Dashboards\n\nVersion 4.0.25.6\n| **Note:** These docs are for an older version of the API. The API reference is also available for [the latest version, 4.0.25.14](/looker/docs/reference/looker-api/latest).\n\n### Get information about all active dashboards.\n\nReturns an array of **abbreviated dashboard objects**. Dashboards marked as deleted are excluded from this list.\n\nGet the **full details** of a specific dashboard by id with [dashboard()](/looker/docs/reference/looker-api/4.0/25.6/methods/Dashboard/dashboard)\n\nFind **deleted dashboards** with [search_dashboards()](/looker/docs/reference/looker-api/4.0/25.6/methods/Dashboard/search_dashboards)\n\nRequest\n-------\n\nGET /dashboards \nDatatype \nDescription \nRequest \nHTTP Request \nquery \nHTTP Query \nExpand HTTP Query definition... \nfields \nstring \nRequested fields.\n\nResponse\n--------\n\n### 200: dashboards\n\nDatatype \nDescription \n(array) \n[DashboardBase](/looker/docs/reference/looker-api/4.0/25.6/types/DashboardBase)\\[\\] \ncan \n*lock* \nobject \nOperations the current user is able to perform on this object \ncontent_favorite_id \n*lock* \nstring \nContent Favorite Id \ncontent_metadata_id \n*lock* \nstring \nId of content metadata \ndescription \n*lock* \nstring \nDescription \nhidden \n*lock* \nboolean \nIs Hidden \nid \n*lock* \nstring \nUnique Id \nmodel \n*lock* \n[LookModel](/looker/docs/reference/looker-api/4.0/25.6/types/LookModel) \nModel\nExpand LookModel definition... \nid \n*lock* \nstring \nModel Id \nlabel \n*lock* \nstring \nModel Label \nquery_timezone \n*lock* \nstring \nTimezone in which the Dashboard will run by default. \nreadonly \n*lock* \nboolean \nIs Read-only \nrefresh_interval \n*lock* \nstring \nRefresh Interval, as a time duration phrase like \"2 hours 30 minutes\". A number with no time units will be interpreted as whole seconds. \nrefresh_interval_to_i \n*lock* \ninteger \nRefresh Interval in milliseconds \nfolder \n*lock* \n[FolderBase](/looker/docs/reference/looker-api/4.0/25.6/types/FolderBase) \nFolder\nExpand FolderBase definition... \nname \nstring \nUnique Name \nparent_id \nstring \nId of Parent. If the parent id is null, this is a root-level entry \nid \n*lock* \nstring \nUnique Id \ncontent_metadata_id \n*lock* \nstring \nId of content metadata \ncreated_at \n*lock* \nstring \nTime the folder was created \ncreator_id \n*lock* \nstring \nUser Id of Creator \nchild_count \n*lock* \ninteger \nChildren Count \nexternal_id \n*lock* \nstring \nEmbedder's Id if this folder was autogenerated as an embedding shared folder via 'external_group_id' in an SSO embed login \nis_embed \n*lock* \nboolean \nFolder is an embed folder \nis_embed_shared_root \n*lock* \nboolean \nFolder is the root embed shared folder \nis_embed_users_root \n*lock* \nboolean \nFolder is the root embed users folder \nis_personal \n*lock* \nboolean \nFolder is a user's personal folder \nis_personal_descendant \n*lock* \nboolean \nFolder is descendant of a user's personal folder \nis_shared_root \n*lock* \nboolean \nFolder is the root shared folder \nis_users_root \n*lock* \nboolean \nFolder is the root user folder \ncan \n*lock* \nobject \nOperations the current user is able to perform on this object \ntitle \n*lock* \nstring \nDashboard Title \nuser_id \n*lock* \nstring \nId of User \nslug \n*lock* \nstring \nContent Metadata Slug \npreferred_viewer \n*lock* \nstring \nThe preferred route for viewing this dashboard (ie: dashboards or dashboards-next)\n\n### 400: Bad Request\n\nDatatype \nDescription \n(object) \n[Error](/looker/docs/reference/looker-api/4.0/25.6/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/4.0/25.6/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/4.0/25.6/types/Error) \nmessage \n*lock* \nstring \nError details \ndocumentation_url \n*lock* \nstring \nDocumentation link\n\nExamples\n--------\n\n### C#\n\n\n### Swift\n\n\n### TypeScript\n\n\n### Kotlin"]]