Retrieve query execution plan by ID
Retrieve query execution plan by ID
Retrieves the execution plan for a specific query by its unique identifier.
This endpoint re-executes the stored MDX query to generate the query plan data. The query must be of type MDX, otherwise a BadArgumentException will be thrown. An optional timeout can be specified to limit the execution time of the query plan generation.
Note: This operation requires an active cube setup and will re-execute the query.
GET
Retrieve query execution plan by ID
Path Parameters
Unique identifier of the query history entry
Query Parameters
Optional timeout for query plan generation in ISO-8601 duration format (e.g., PT30S for 30 seconds)