Local data dependency
Results depend on the current contents of the local execution tables and can change when those tables change.
Reads stored execution tables and returns their schema-versioned evidence projection.
Needs run
SELECT execution_evidence($execution_id) AS evidence;Exact signatures with descriptions, requirements, inputs, returns, and examples.
execution_evidence(UUID) # Existing simulation required Projects one locally stored execution and its related rows without running or authoring a PROGRAM.
| Name | Type | Use |
|---|---|---|
execution_id | UUID UUID of the stored execution to project. An unknown ID produces NULL. | required positional |
| Name | Type |
|---|---|
execution_evidence | EXECUTION_EVIDENCE |
Stored execution evidence. Returns an EXECUTION_EVIDENCE object with schema_version 1, or NULL when evm.executions has no matching row. Missing collection sections are empty JSON arrays; a missing effect_summary is JSON null.
Results depend on the current contents of the local execution tables and can change when those tables change.
observation_facts, steps, assumptions, observations, asset_claims, and frames default to empty arrays; effect_summary defaults to null.