Skip to main content

Screening – Added

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 property will be used to identify who actioned the resolution of the match, i.e KYRA:Screen, 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)