[[["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 Legacy Feature\n\nVersion 4.0.25.14 (latest)\n\n### Get information about the legacy feature with a specific id.\n\nCalls to this endpoint may be denied by [Looker (Google Cloud core)](https://cloud.google.com/looker/docs/r/looker-core/overview).\n\nRequest\n-------\n\nGET /legacy_features/{legacy_feature_id} \nDatatype \nDescription \nRequest \nHTTP Request \npath \nHTTP Path \nExpand HTTP Path definition... \nlegacy_feature_id \nstring \nid of legacy feature\n\nResponse\n--------\n\n### 200: Legacy Feature\n\nDatatype \nDescription \n(object) \n[LegacyFeature](/looker/docs/reference/looker-api/latest/types/LegacyFeature) \ncan \n*lock* \nobject \nOperations the current user is able to perform on this object \nid \n*lock* \nstring \nUnique Id \nname \n*lock* \nstring \nName \ndescription \n*lock* \nstring \nDescription \nenabled_locally \nboolean \nWhether this feature has been enabled by a user \nenabled \n*lock* \nboolean \nWhether this feature is currently enabled \ndisallowed_as_of_version \n*lock* \nstring \nLooker version where this feature became a legacy feature \ndisable_on_upgrade_to_version \n*lock* \nstring \nLooker version where this feature will be automatically disabled \nend_of_life_version \n*lock* \nstring \nFuture Looker version where this feature will be removed \ndocumentation_url \n*lock* \nstring \nURL for documentation about this feature \napproximate_disable_date \n*lock* \nstring \nApproximate date that this feature will be automatically disabled. \napproximate_end_of_life_date \n*lock* \nstring \nApproximate date that this feature will be removed. \nhas_disabled_on_upgrade \n*lock* \nboolean \nWhether this legacy feature may have been automatically disabled when upgrading to the current version.\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### 403: Permission Denied\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"]]