get
https://api.habu.com/v1/cleanroom-question-runs//explain-plan
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.