Get the explain plan for a SQL Cleanroom Question Run

This operation returns the execution plan (explain plan) for the specified Cleanroom Question Run. This operation applies only to Cleanroom Questions of type SQL; it is not supported for other question types.

An explain plan describes how a Spark SQL question run's query will be executed. It can help you understand why a run might be slow, resource-intensive, or fail, and which parts of the SQL may need tuning for Spark-based execution.

Path Params
string
required

The Cleanroom Question Run ID to fetch the explain plan for

Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

Language
Credentials
OAuth2
LoadingLoading…
Response
Choose an example:
application/json