Preview a revision's RAW response + narrowed field map (no persist)
Run a revision’s HTTP config and return the RAW body + a narrowed preview.
Powers the dashboard field-map editor (ENG-631). Unlike /execute (which
runs the active revision and narrows by its saved map), this runs the given
revision with no narrowing so the raw side is always raw, then computes
narrowed from the effective field map (request override → the revision’s
saved response_schema → none). Verifies the revision belongs to the
caller’s org AND to tool_id (404 otherwise). Persists nothing.
Authorizations
Body
Preview a revision's response + narrowing without persisting (ENG-631).
Runs the revision's HTTP config and returns the RAW body plus a narrowed
preview. response_field_map is an optional unsaved selection to preview;
when omitted the router falls back to the revision's saved
response_schema. Mirrors the integrations test-invoke surface.
Response
Successful Response
Raw response body + narrowed preview for the dashboard field-map editor.
body is always the RAW upstream response (never narrowed). narrowed
is what the agent would receive after applying the effective field map
(request override → saved response_schema); None when no map applies.