Skip to main content

Explain the execution plan for a concept

POST 

/compile/explain-plan

Return the execution plan for a concept without compiling or executing.

Equivalent to SQL EXPLAIN — returns execution_order, parallelizable_groups, primitive_fetches, and critical_path_length. Does NOT persist anything.

Use to understand execution structure before committing a compile.

HTTP 400 — validation errors. HTTP 422 — type errors.

Request

Responses

Successful Response