Get Merge Query
Stay organized with collections
Save and categorize content based on your preferences.
Version 4.0.25.14 (latest)
Get Merge Query
Returns a merge query object given its id.
Request
GET
/merge_queries/{merge_query_id}
Expand HTTP Path definition...
merge_query_id
string
Merge Query Id
Expand HTTP Query definition...
fields
string
Requested fields
Response
200: Merge Query
can
lock
object
Operations the current user is able to perform on this object
column_limit
string
Column Limit
dynamic_fields
string
Dynamic Fields
result_maker_id
lock
string
Unique to get results
Expand MergeQuerySourceQuery definition...
Expand MergeFields definition...
field_name
string
Field name to map onto in the merged results
source_field_name
string
Field name from the source query
query_id
string
Id of the query to merge
query_slug
string
Slug of the query to merge
vis_config
object
Visualization Config
400: Bad Request
message
lock
string
Error details
documentation_url
lock
string
Documentation link
404: Not Found
message
lock
string
Error details
documentation_url
lock
string
Documentation link
429: Too Many Requests
message
lock
string
Error details
documentation_url
lock
string
Documentation link
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-08-20 UTC.
[[["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 Merge Query\n\nVersion 4.0.25.14 (latest)\n\n### Get Merge Query\n\nReturns a merge query object given its id.\n\nRequest\n-------\n\nGET /merge_queries/{merge_query_id} \nDatatype \nDescription \nRequest \nHTTP Request \npath \nHTTP Path \nExpand HTTP Path definition... \nmerge_query_id \nstring \nMerge Query Id \nquery \nHTTP Query \nExpand HTTP Query definition... \nfields \nstring \nRequested fields\n\nResponse\n--------\n\n### 200: Merge Query\n\nDatatype \nDescription \n(object) \n[MergeQuery](/looker/docs/reference/looker-api/latest/types/MergeQuery) \ncan \n*lock* \nobject \nOperations the current user is able to perform on this object \ncolumn_limit \nstring \nColumn Limit \ndynamic_fields \nstring \nDynamic Fields \nid \n*lock* \nstring \nUnique Id \npivots \nstring\\[\\] \nresult_maker_id \n*lock* \nstring \nUnique to get results \nsorts \nstring\\[\\] \nsource_queries \n[MergeQuerySourceQuery](/looker/docs/reference/looker-api/latest/types/MergeQuerySourceQuery)\\[\\] \nExpand MergeQuerySourceQuery definition... \nmerge_fields \n[MergeFields](/looker/docs/reference/looker-api/latest/types/MergeFields)\\[\\] \nExpand MergeFields definition... \nfield_name \nstring \nField name to map onto in the merged results \nsource_field_name \nstring \nField name from the source query \nname \nstring \nDisplay name \nquery_id \nstring \nId of the query to merge \nquery_slug \nstring \nSlug of the query to merge \ntotal \nboolean \nTotal \nvis_config \nobject \nVisualization Config\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"]]