/clusters/{clusterName}/services/{serviceName}/impalaQueries/{queryId}

Mount Point: /api/v17/clusters/{clusterName}/services/{serviceName}/impalaQueries/{queryId}

GET

Returns details about the query. Not all queries have details, check the detailsAvailable field from the getQueries response.

Available since API v4.

Parameters

name description type default
queryId The queryId to get information about path
format There are two valid format parameters:
  • 'text': this is a text based, human readable representation of the Impala runtime profile.
  • 'thrift_encoded': this a compact-thrift, base64 encoded representation of the Impala RuntimeProfile.thrift object. See the Impala documentation for more details.
query text
serviceName (no documentation provided) path
clusterName (no documentation provided) path

Response Body

element: impalaQueryDetailsResponse

The query details