Stay organized with collections
Save and categorize content based on your preferences.
Version 4.0.25.14 (latest)
Search across looks, dashboards, and lookml dashboards. The terms field will be matched against the
title and description of the content and the closest results are returned. Content that has been frequently
viewed and those pieces of content stored in public folders will be ranked more highly in the results.
This endpoint does not return a full description of these content types. For more specific information
about each type please refer to the individual content specific API endpoints.
Get the full details of a specific dashboard (or lookml dashboard) by id with dashboard()
Get the full details of a specific look by id with look()
[[["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,["# Search Content\n\nVersion 4.0.25.14 (latest)\n\n### Search across looks, dashboards, and lookml dashboards. The terms field will be matched against the\n\ntitle and description of the content and the closest results are returned. Content that has been frequently\nviewed and those pieces of content stored in public folders will be ranked more highly in the results.\n\nThis endpoint does not return a full description of these content types. For more specific information\nabout each type please refer to the individual content specific API endpoints.\n\nGet the **full details** of a specific dashboard (or lookml dashboard) by id with [dashboard()](/looker/docs/reference/looker-api/latest/methods/Dashboard/dashboard)\nGet the **full details** of a specific look by id with [look()](/looker/docs/reference/looker-api/latest/methods/Look/look)\n\nRequest\n-------\n\nGET /content/{terms} \nDatatype \nDescription \nRequest \nHTTP Request \npath \nHTTP Path \nExpand HTTP Path definition... \nterms \nstring \nSearch terms \nquery \nHTTP Query \nExpand HTTP Query definition... \nfields \nstring \nRequested fields. \ntypes \nstring \nContent types requested (dashboard, look, lookml_dashboard). \nlimit \ninteger \nNumber of results to return. (used with offset and takes priority over page and per_page) \noffset \ninteger \nNumber of results to skip before returning any. (used with limit and takes priority over page and per_page) \npage \ninteger \nDEPRECATED. Use limit and offset instead. Return only page N of paginated results \nper_page \ninteger \nDEPRECATED. Use limit and offset instead. Return N rows of data per page\n\nResponse\n--------\n\n### 200: Matching content\n\nDatatype \nDescription \n(array) \n[ContentSearch](/looker/docs/reference/looker-api/latest/types/ContentSearch)\\[\\] \ncan \n*lock* \nobject \nOperations the current user is able to perform on this object \ncontent_id \n*lock* \nstring \nPrimary id associated with the content \ntype \n*lock* \nstring \nType of content \ntitle \n*lock* \nstring \nContent title \ndescription \n*lock* \nstring \nContent description \nfolder_id \n*lock* \nstring \nId of the folder where the content is saved \nfolder_name \n*lock* \nstring \nName of the folder where the content is saved \nview_count \n*lock* \ninteger \nNumber of times the content has been viewed \npreferred_viewer \n*lock* \nstring \nPreferred way of viewing the content (only applies to dashboards) \nmodel \n*lock* \nstring \nName of the model the explore belongs to\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"]]