[[["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 lookml of a UDD\n\nVersion 4.0.25.14 (latest)\n\n### Get lookml of a UDD\n\nReturns a JSON object that contains the dashboard id and the full lookml\n\nRequest\n-------\n\nGET /dashboards/lookml/{dashboard_id} \nDatatype \nDescription \nRequest \nHTTP Request \npath \nHTTP Path \nExpand HTTP Path definition... \ndashboard_id \nstring \nId of dashboard\n\nResponse\n--------\n\n### 200: json of dashboard\n\nDatatype \nDescription \n(object) \n[DashboardLookml](/looker/docs/reference/looker-api/latest/types/DashboardLookml) \ndashboard_id \n*lock* \nstring \nId of Dashboard \nfolder_id \nstring \n(Write-Only) Id of the folder \nlookml \nstring \nlookml of UDD\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### Python"]]