[[["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 All LookML Models\n\nVersion 4.0.25.14 (latest)\n\n### Get information about all lookml models.\n\nRequest\n-------\n\nGET /lookml_models \nDatatype \nDescription \nRequest \nHTTP Request \nquery \nHTTP Query \nExpand HTTP Query definition... \nfields \nstring \nRequested fields. \nlimit \ninteger \nNumber of results to return. (can be used with offset) \noffset \ninteger \nNumber of results to skip before returning any. (Defaults to 0 if not set when limit is used) \nexclude_empty \nboolean \nWhether or not to exclude models with no explores from the response (Defaults to false) \nexclude_hidden \nboolean \nWhether or not to exclude hidden explores from the response (Defaults to false) \ninclude_internal \nboolean \nWhether or not to include built-in models such as System Activity (Defaults to false)\n\nResponse\n--------\n\n### 200: LookML Model\n\nDatatype \nDescription \n(array) \n[LookmlModel](/looker/docs/reference/looker-api/latest/types/LookmlModel)\\[\\] \ncan \n*lock* \nobject \nOperations the current user is able to perform on this object \nallowed_db_connection_names \nstring\\[\\] \nexplores \n[LookmlModelNavExplore](/looker/docs/reference/looker-api/latest/types/LookmlModelNavExplore)\\[\\] \nExpand LookmlModelNavExplore definition... \nname \n*lock* \nstring \nName of the explore \ndescription \n*lock* \nstring \nDescription for the explore \nlabel \n*lock* \nstring \nLabel for the explore \nhidden \n*lock* \nboolean \nIs this explore marked as hidden \ngroup_label \n*lock* \nstring \nLabel used to group explores in the navigation menus \nhas_content \n*lock* \nboolean \nDoes this model declaration have have lookml content? \nlabel \n*lock* \nstring \nUI-friendly name for this model \nname \nstring \nName of the model. Also used as the unique identifier \nproject_name \nstring \nName of project containing the model \nunlimited_db_connections \nboolean \nIs this model allowed to use all current and future connections\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\n\nExamples\n--------\n\n### Kotlin\n\n\n### Swift"]]