[[["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 All Running Queries\n\nVersion 4.0.25.14 (latest)\n\nGet information about all running queries.\n\nRequest\n-------\n\nGET /running_queries \nDatatype \nDescription \nRequest \nHTTP Request \n\nResponse\n--------\n\n### 200: Running Queries.\n\nDatatype \nDescription \n(array) \n[RunningQueries](/looker/docs/reference/looker-api/latest/types/RunningQueries)\\[\\] \ncan \n*lock* \nobject \nOperations the current user is able to perform on this object \nid \n*lock* \nstring \nUnique Id \nuser \n*lock* \n[UserPublic](/looker/docs/reference/looker-api/latest/types/UserPublic) \nUser who initiated the query\nExpand UserPublic definition... \ncan \n*lock* \nobject \nOperations the current user is able to perform on this object \nid \n*lock* \nstring \nUnique Id \nfirst_name \n*lock* \nstring \nFirst Name \nlast_name \n*lock* \nstring \nLast Name \ndisplay_name \n*lock* \nstring \nFull name for display (available only if both first_name and last_name are set) \navatar_url \n*lock* \nstring \nURL for the avatar image (may be generic) \nurl \n*lock* \nstring \nLink to get this item \nquery \n*lock* \n[Query](/looker/docs/reference/looker-api/latest/types/Query) \nQuery that was run\nExpand Query definition... \ncan \n*lock* \nobject \nOperations the current user is able to perform on this object \nid \n*lock* \nstring \nUnique Id \nmodel \nstring \nModel \nview \nstring \nExplore Name \nfields \nstring\\[\\] \npivots \nstring\\[\\] \nfill_fields \nstring\\[\\] \nfilters \nobject \nFilters 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. \nfilter_expression \nstring \nFilter Expression \nsorts \nstring\\[\\] \nlimit \nstring \nRow limit. To download unlimited results, set the limit to -1 (negative one). \ncolumn_limit \nstring \nColumn Limit \ntotal \nboolean \nTotal \nrow_total \nstring \nRaw Total \nsubtotals \nstring\\[\\] \nvis_config \nobject \nVisualization 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. \nfilter_config \nobject \nThe 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. \nvisible_ui_sections \nstring \nVisible UI Sections \nslug \n*lock* \nstring \nSlug \ndynamic_fields \nstring \nDynamic Fields \nclient_id \nstring \nClient Id: used to generate shortened explore URLs. If set by client, must be a unique 22 character alphanumeric string. Otherwise one will be generated. \nshare_url \n*lock* \nstring \nShare Url \nexpanded_share_url \n*lock* \nstring \nExpanded Share Url \nurl \n*lock* \nstring \nExpanded Url \nquery_timezone \nstring \nQuery Timezone \nhas_table_calculations \n*lock* \nboolean \nHas Table Calculations \nsql_query \n*lock* \n[SqlQuery](/looker/docs/reference/looker-api/latest/types/SqlQuery) \nSQL Query that was run\nExpand SqlQuery definition... \ncan \n*lock* \nobject \nOperations the current user is able to perform on this object \nslug \n*lock* \nstring \nThe identifier of the SQL query \nlast_runtime \n*lock* \nnumber \nNumber of seconds this query took to run the most recent time it was run \nrun_count \n*lock* \ninteger \nNumber of times this query has been run \nbrowser_limit \n*lock* \ninteger \nMaximum number of rows this query will display on the SQL Runner page \nsql \n*lock* \nstring \nSQL query text \nlast_run_at \n*lock* \nstring \nThe most recent time this query was run \nconnection \n*lock* \n[DBConnectionBase](/looker/docs/reference/looker-api/latest/types/DBConnectionBase) \nConnection this query uses\nExpand DBConnectionBase definition... \ncan \n*lock* \nobject \nOperations the current user is able to perform on this object \nname \n*lock* \nstring \nName of the connection. Also used as the unique identifier \ndialect \n*lock* \n[Dialect](/looker/docs/reference/looker-api/latest/types/Dialect) \n(Read-only) SQL Dialect details \nsnippets \n[Snippet](/looker/docs/reference/looker-api/latest/types/Snippet)\\[\\] \npdts_enabled \n*lock* \nboolean \nTrue if PDTs are enabled on this connection \nmodel_name \n*lock* \nstring \nModel name this query uses \ncreator \n*lock* \n[UserPublic](/looker/docs/reference/looker-api/latest/types/UserPublic) \nUser who created this SQL query\nExpand UserPublic definition... \ncan \n*lock* \nobject \nOperations the current user is able to perform on this object \nid \n*lock* \nstring \nUnique Id \nfirst_name \n*lock* \nstring \nFirst Name \nlast_name \n*lock* \nstring \nLast Name \ndisplay_name \n*lock* \nstring \nFull name for display (available only if both first_name and last_name are set) \navatar_url \n*lock* \nstring \nURL for the avatar image (may be generic) \nurl \n*lock* \nstring \nLink to get this item \nexplore_url \n*lock* \nstring \nExplore page URL for this SQL query \nplaintext \n*lock* \nboolean \nShould this query be rendered as plain text \nvis_config \nobject \nVisualization 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. \nresult_maker_id \nstring \nID of the ResultMakerLookup entry. \nlook \n*lock* \n[LookBasic](/looker/docs/reference/looker-api/latest/types/LookBasic) \nLook of query that was run\nExpand LookBasic definition... \ncan \n*lock* \nobject \nOperations the current user is able to perform on this object \ncontent_metadata_id \n*lock* \nstring \nId of content metadata \nid \n*lock* \nstring \nUnique Id \ntitle \n*lock* \nstring \nLook Title \nuser_id \nstring \nUser Id \ncreated_at \n*lock* \nstring \nDate/Time Query was initiated \ncompleted_at \n*lock* \nstring \nDate/Time Query was completed \nquery_id \n*lock* \nstring \nQuery Id \nsource \n*lock* \nstring \nSource (look, dashboard, queryrunner, explore, etc.) \nnode_id \n*lock* \nstring \nNode Id \nslug \n*lock* \nstring \nSlug \nquery_task_id \n*lock* \nstring \nID of a Query Task \ncache_key \n*lock* \nstring \nCache Key \nconnection_name \n*lock* \nstring \nConnection \ndialect \n*lock* \nstring \nDialect \nconnection_id \n*lock* \nstring \nConnection ID \nmessage \n*lock* \nstring \nAdditional Information(Error message or verbose status) \nstatus \n*lock* \nstring \nStatus description \nruntime \n*lock* \nnumber \nNumber of seconds elapsed running the Query \nsql \n*lock* \nstring \nSQL text of the query as run \nsql_interface_sql \n*lock* \nstring \nSQL text of the SQL Interface query as run\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### Python\n\n\n### Ruby\n\n\n### Swift"]]