[[["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 Integration\n\nVersion 4.0.25.14 (latest)\n\n### Get information about a Integration.\n\nRequest\n-------\n\nGET /integrations/{integration_id} \nDatatype \nDescription \nRequest \nHTTP Request \npath \nHTTP Path \nExpand HTTP Path definition... \nintegration_id \nstring \nId of integration \nquery \nHTTP Query \nExpand HTTP Query definition... \nfields \nstring \nRequested fields.\n\nResponse\n--------\n\n### 200: Integration\n\nDatatype \nDescription \n(object) \n[Integration](/looker/docs/reference/looker-api/latest/types/Integration) \ncan \n*lock* \nobject \nOperations the current user is able to perform on this object \nid \n*lock* \nstring \nID of the integration. \nintegration_hub_id \n*lock* \nstring \nID of the integration hub. \nlabel \n*lock* \nstring \nLabel for the integration. \ndescription \n*lock* \nstring \nDescription of the integration. \nenabled \nboolean \nWhether the integration is available to users. \nparams \n[IntegrationParam](/looker/docs/reference/looker-api/latest/types/IntegrationParam)\\[\\] \nExpand IntegrationParam definition... \nname \nstring \nName of the parameter. \nlabel \n*lock* \nstring \nLabel of the parameter. \ndescription \n*lock* \nstring \nShort description of the parameter. \nrequired \n*lock* \nboolean \nWhether the parameter is required to be set to use the destination. If unspecified, this defaults to false. \nhas_value \n*lock* \nboolean \nWhether the parameter has a value set. \nvalue \nstring \nThe current value of the parameter. Always null if the value is sensitive. When writing, null values will be ignored. Set the value to an empty string to clear it. \nuser_attribute_name \nstring \nWhen present, the param's value comes from this user attribute instead of the 'value' parameter. Set to null to use the 'value'. \nsensitive \n*lock* \nboolean \nWhether the parameter contains sensitive data like API credentials. If unspecified, this defaults to true. \nper_user \n*lock* \nboolean \nWhen true, this parameter must be assigned to a user attribute in the admin panel (instead of a constant value), and that value may be updated by the user as part of the integration flow. \ndelegate_oauth_url \n*lock* \nstring \nWhen present, the param represents the oauth url the user will be taken to. \nsupported_formats \nstring\\[\\] \nsupported_action_types \nstring\\[\\] \nsupported_formattings \nstring\\[\\] \nsupported_visualization_formattings \nstring\\[\\] \nsupported_download_settings \nstring\\[\\] \nicon_url \n*lock* \nstring \nURL to an icon for the integration. \nuses_oauth \n*lock* \nboolean \nWhether the integration uses oauth. \nrequired_fields \n[IntegrationRequiredField](/looker/docs/reference/looker-api/latest/types/IntegrationRequiredField)\\[\\] \nExpand IntegrationRequiredField definition... \ntag \n*lock* \nstring \nMatches a field that has this tag. \nany_tag \nstring\\[\\] \nall_tags \nstring\\[\\] \nprivacy_link \n*lock* \nstring \nLink to privacy policy for destination \ndelegate_oauth \n*lock* \nboolean \nWhether the integration uses delegate oauth, which allows federation between an integration installation scope specific entity (like org, group, and team, etc.) and Looker. \ninstalled_delegate_oauth_targets \nstring\\[\\] \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"]]