Get headless enrichment execution by id
API Reference
Get headless enrichment execution by id
Returns one headless audit row by UUID, including merged resultSummary when cache still exists. See request schema, response codes, and authentication notes.
GET
Get headless enrichment execution by id
Part of the headless flow under
/integration-execution. The id is the audit row UUID from List headless executions.Overview
Returns one audit row by UUID, including mergedresultSummary when the row is successful and a cache entry still exists (hydrates legacy audit rows that stored only a short summary).
URL
Path Parameters
The
id field from headless_enrichment_execution_audit (returned in list items).Response
true when found.Full audit fields for the row, including
resultSummary (from result_summary_json, possibly enriched from headless_enrichment_cache when applicable). On successful enrichments, resultSummary may include result with raw and mapped (same envelope as the execute endpoint).