Version 4.0.26.4 (latest)
Datatype
Description
(object)
query
lock
A data retrieval query.
Expand DataQuery definition...
question
lock
A natural language question to answer.
name
lock
A snake-case name for the query.
datasources
Expand Datasource definition...
lookerExploreReference
lock
A reference to a Looker explore.
schema
lock
The schema of the datasource.
structSchema
lock
A struct representation of the schema.
looker
lock
A query for retrieving data from a Looker explore.
Expand Query definition...
can
lock
Operations the current user is able to perform on this object
id
lock
Unique Id
model
Model
view
Explore Name
fields
pivots
fill_fields
filters
Filters will contain data pertaining to complex filters that do not contain "or" conditions. When "or" conditions are present, filter data will be found on the `filter_expression` property.
filter_expression
Filter Expression
sorts
limit
Row limit. To download unlimited results, set the limit to -1 (negative one).
column_limit
Column Limit
total
Total
row_total
Raw Total
subtotals
vis_config
Visualization configuration properties. These properties are typically opaque and differ based on the type of visualization used. There is no specified set of allowed keys. The values can be any type supported by JSON. A "type" key with a string value is often present, and is used by Looker to determine which visualization to present. Visualizations ignore unknown vis_config properties.
filter_config
The filter_config represents the state of the filter UI on the explore page for a given query. When running a query via the Looker UI, this parameter takes precedence over "filters". When creating a query or modifying an existing query, "filter_config" should be set to null. Setting it to any other value could cause unexpected filtering behavior. The format should be considered opaque.
visible_ui_sections
Visible UI Sections
slug
lock
Slug
dynamic_fields
Dynamic Fields
client_id
Client Id: used to generate shortened explore URLs. If set by client, must be a unique 22 character alphanumeric string. Otherwise one will be generated.
share_url
lock
Share Url
expanded_share_url
lock
Expanded Share Url
url
lock
Expanded Url
query_timezone
Query Timezone
has_table_calculations
lock
Has Table Calculations
generatedSql
lock
SQL generated by the system.
result
lock
Retrieved data.
Expand DataResult definition...
name
lock
A snake-case name for the data result.
schema
lock
The schema of the data.
Expand DataSourceSchema definition...
fields
description
lock
A textual description of the table's content and purpose.
synonyms
tags
displayName
lock
Table displayName.
filters
data
generatedLookerQuery
lock
(DEPRECATED) DEPRECATED: Looker Query generated by the system.
Expand Query definition...
can
lock
Operations the current user is able to perform on this object
id
lock
Unique Id
model
Model
view
Explore Name
fields
pivots
fill_fields
filters
Filters will contain data pertaining to complex filters that do not contain "or" conditions. When "or" conditions are present, filter data will be found on the `filter_expression` property.
filter_expression
Filter Expression
sorts
limit
Row limit. To download unlimited results, set the limit to -1 (negative one).
column_limit
Column Limit
total
Total
row_total
Raw Total
subtotals
vis_config
Visualization configuration properties. These properties are typically opaque and differ based on the type of visualization used. There is no specified set of allowed keys. The values can be any type supported by JSON. A "type" key with a string value is often present, and is used by Looker to determine which visualization to present. Visualizations ignore unknown vis_config properties.
filter_config
The filter_config represents the state of the filter UI on the explore page for a given query. When running a query via the Looker UI, this parameter takes precedence over "filters". When creating a query or modifying an existing query, "filter_config" should be set to null. Setting it to any other value could cause unexpected filtering behavior. The format should be considered opaque.
visible_ui_sections
Visible UI Sections
slug
lock
Slug
dynamic_fields
Dynamic Fields
client_id
Client Id: used to generate shortened explore URLs. If set by client, must be a unique 22 character alphanumeric string. Otherwise one will be generated.
share_url
lock
Share Url
expanded_share_url
lock
Expanded Share Url
url
lock
Expanded Url
query_timezone
Query Timezone
has_table_calculations
lock
Has Table Calculations
bigQueryJob
lock
A BigQuery job executed by the system.
Expand BigQueryJob definition...
projectId
lock
The project that the job belongs to.
jobId
lock
The ID of the job.
location
lock
The location of the job.
destinationTable
lock
A reference to the destination table of the job's query results.
Expand BigQueryTableReference definition...
projectId
lock
The project that the table belongs to.
datasetId
lock
The dataset that the table belongs to.
tableId
lock
The table id.
schema
lock
The schema of the datasource.
schema
lock
The schema of the job's query results.
Expand DataSourceSchema definition...
fields
description
lock
A textual description of the table's content and purpose.
synonyms
tags
displayName
lock
Table displayName.
filters