Skip to main content
Release Notes

Screening โ€“ Added

Related products:Fenergo API
  • October 3, 2025
  • 0 replies
  • 0 views

New "AutonomyLevel" property added to BatchMetadataDto. Depending on the value, the matches will be auto-resolved using an AI Agent when they come back from the provider, and auto-close the Screening Results task. Possible values: Manual (default), Semi-Autonomous, Fully Autonomous

New "LastActionedBy" property added to MatchDto. This new proporty will be used to identify who actioned the resolution of the match, i.e Screning Agent, Screening Provider or manually by user (manuallyByUser@test.com).

Affected Endpointsโ€‹

  • POST /api/batch (BatchMetadataDto)
  • PUT /api/batch/id/matches (MatchDto)
  • GET /api/v3/batch/{batchId}/entity/\{entityId\}/match (MatchDto)