Explain field
explainExplain why a field is what it is: returns the recent derivation/constraint trace records for a path from the in-memory ring buffer (inputs, expression, result). For a constraint use the synthetic path "$constraint:". Trace records can be bulky — pass 'limit' to return only the most recent N.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The model id. | |
| path | Yes | A canonical JSON Path address, e.g. "$.order.total". | |
| limit | No | Optional cap; return only the most recent N trace records. |