Version 4.0.24.18 (latest)
Get Looker Settings
Available settings are:
- allow_user_timezones
- custom_welcome_email
- data_connector_default_enabled
- dashboard_auto_refresh_restriction
- dashboard_auto_refresh_minimum_interval
- extension_framework_enabled
- extension_load_url_enabled
- instance_config
- marketplace_auto_install_enabled
- marketplace_automation
- marketplace_terms_accepted
- marketplace_enabled
- marketplace_site
- onboarding_enabled
- privatelabel_configuration
- timezone
- host_url
- email_domain_allowlist
- embed_cookieless_v2
- embed_enabled
- embed_config
Request
GET
/setting
Datatype
Description
Request
query
Expand HTTP Query definition...
fields
Requested fields
Response
200: Looker Settings
Datatype
Description
(object)
instance_config
lock
Externally available instance configuration information
Expand InstanceConfig definition...
feature_flags
lock
Feature flags enabled on the instance
license_features
lock
License features enabled on the instance
extension_framework_enabled
Toggle extension framework on or off
extension_load_url_enabled
(DEPRECATED) Toggle extension load url on or off. Do not use. This is temporary setting that will eventually become a noop and subsequently deleted.
marketplace_auto_install_enabled
(DEPRECATED) Toggle marketplace auto install on or off. Deprecated - do not use. Auto install can now be enabled via marketplace automation settings
marketplace_automation
lock
Marketplace automation settings.
Expand MarketplaceAutomation definition...
install_enabled
Whether marketplace auto installation is enabled
update_looker_enabled
Whether marketplace auto update is enabled for looker extensions
update_third_party_enabled
Whether marketplace auto update is enabled for third party extensions
marketplace_enabled
Toggle marketplace on or off
marketplace_site
lock
Location of Looker marketplace CDN
marketplace_terms_accepted
Accept marketplace terms by setting this value to true, or get the current status. Marketplace terms CANNOT be declined once accepted. Accepting marketplace terms automatically enables the marketplace. The marketplace can still be disabled after it has been enabled.
privatelabel_configuration
lock
Private label configuration
Expand PrivatelabelConfiguration definition...
logo_file
Customer logo image. Expected base64 encoded data (write-only)
logo_url
lock
Logo image url (read-only)
favicon_file
Custom favicon image. Expected base64 encoded data (write-only)
favicon_url
lock
Favicon image url (read-only)
default_title
Default page title
show_help_menu
Boolean to toggle showing help menus
show_docs
Boolean to toggle showing docs
show_email_sub_options
Boolean to toggle showing email subscription options.
allow_looker_mentions
Boolean to toggle mentions of Looker in emails
allow_looker_links
Boolean to toggle links to Looker in emails
custom_welcome_email_advanced
Allow subject line and email heading customization in customized emails”
setup_mentions
Remove the word Looker from appearing in the account setup page
alerts_logo
Remove Looker logo from Alerts
alerts_links
Remove Looker links from Alerts
folders_mentions
Remove Looker mentions in home folder page when you don’t have any items saved
custom_welcome_email
lock
Custom welcome email configuration
Expand CustomWelcomeEmail definition...
enabled
If true, custom email content will replace the default body of welcome emails
content
The HTML to use as custom content for welcome emails. Script elements and other potentially dangerous markup will be removed.
subject
The text to appear in the email subject line. Only available with a whitelabel license and whitelabel_configuration.advanced_custom_welcome_email enabled.
header
The text to appear in the header line of the email body. Only available with a whitelabel license and whitelabel_configuration.advanced_custom_welcome_email enabled.
onboarding_enabled
Toggle onboarding on or off
timezone
Change instance-wide default timezone
allow_user_timezones
Toggle user-specific timezones on or off
data_connector_default_enabled
Toggle default future connectors on or off
host_url
Change the base portion of your Looker instance URL setting
override_warnings
(Write-Only) If warnings are preventing a host URL change, this parameter allows for overriding warnings to force update the setting. Does not directly change any Looker settings.
email_domain_allowlist
embed_cookieless_v2
(DEPRECATED) Use embed_config.embed_cookieless_v2 instead. If embed_config.embed_cookieless_v2 is specified, it overrides this value.
embed_enabled
lock
True if embedding is enabled https://cloud.google.com/looker/docs/r/looker-core-feature-embed, false otherwise
embed_config
lock
Embed configuration. Requires embedding to be enabled https://cloud.google.com/looker/docs/r/looker-core-feature-embed
Expand EmbedConfig definition...
domain_allowlist
alert_url_allowlist
alert_url_param_owner
Owner of who defines the alert/schedule params on the base url
alert_url_label
Label for the alert/schedule url
sso_auth_enabled
Is SSO embedding enabled for this Looker
embed_cookieless_v2
Is Cookieless embedding enabled for this Looker
embed_content_navigation
Is embed content navigation enabled for this looker
embed_content_management
Is embed content management enabled for this Looker
strict_sameorigin_for_login
When true, prohibits the use of Looker login pages in non-Looker iframes. When false, Looker login pages may be used in non-Looker hosted iframes.
look_filters
When true, filters are enabled on embedded Looks
hide_look_navigation
When true, removes navigation to Looks from embedded dashboards and explores.
login_notification_enabled
lock
Login notification enabled
login_notification_text
lock
Login notification text
dashboard_auto_refresh_restriction
Toggle Dashboard Auto Refresh restriction
dashboard_auto_refresh_minimum_interval
Minimum time interval for dashboard element automatic refresh. Examples: (30 seconds, 1 minute)
400: Bad Request
Datatype
Description
(object)
message
lock
Error details
documentation_url
lock
Documentation link
404: Not Found
Datatype
Description
(object)
message
lock
Error details
documentation_url
lock
Documentation link
422: Validation Error
Datatype
Description
(object)
message
lock
Error details
errors
Expand ValidationErrorDetail definition...
field
lock
Field with error
code
lock
Error code
message
lock
Error info message
documentation_url
lock
Documentation link
documentation_url
lock
Documentation link
429: Too Many Requests
Datatype
Description
(object)
message
lock
Error details
documentation_url
lock
Documentation link