Skip to main content

Get enhanced field timeline for a session

GET 

/mapping/sessions/:mapping_id/:session_id/fields

Get field-level summary showing decisions and refinements for each field. Groups all results by target_xpath and shows their evolution across the refinement chain. Returns 404 if session doesn't belong to the specified mapping_id.

Each field timeline entry includes:

  • target_xpath
  • source_xpaths (array of source field xpaths)
  • rule (transformation rule with format and code)
  • final_status and final_confidence
  • history of decisions across the refinement chain

Request​

Responses​

Enhanced field timeline retrieved