Get Suggestion
Preview a single entity suggestion in full. For ‘add’ suggestions, returns the complete proposed new entity. For ‘refine’ suggestions, returns both the current entity and what it would look like after the change, so you can show the diff. Optionally include the supporting evidence (events/findings) that generated it.
Authorizations
Query Parameters
The suggestion oId to preview. Get this from suggestion/list.
"esug_abc123"
When true (default), also returns the rendered preview: for 'add' the full proposed new entity, for 'refine' the entity as it would look after the change (plus the current entity to diff against). Set to false for a fast metadata-only fetch that skips preview generation.
When true, also returns the supporting events/findings that generated this suggestion (the 'why'). Defaults to false.
When true, also returns diffChunks — before/after diff chunks for the proposed change. For entity refine suggestions these are field-level diffs of the current entity vs the previewed result; for doc-update suggestions they are anchored hunks validated against the doc, each with a clean/stale/unverified status. Defaults to false to keep responses small.