Integrations Test Sessions & Results

Proctoring Evidences

Fetch the photos, videos, and screen captures recorded during a test session, along with any AI or manual cheating-detection findings attached to each one.

Published 2026/08/26

GET /tasks/:taskId/test-instances/:id/proctoring-evidences — query param: mode. Requires Fetch monitoring assets. Returns { proctoringEvidences: [...] }.

  • basicid, testInstanceId, taskId, organizationId, createdAt, kind ("video"|"photo"|"screenshot"|"screencapture"), url
  • detailed — adds owner: { kind, id }, nth (its position in the sequence), and summary: { kind, flag, AIDetected, detections[] }. flag is "CHEATING_ACTIVITY", "SUSPICIOUS_ACTIVITY", or "SEAMLESS"; each detection records from (live or post-proctoring), method (manual or AI), and source (what it flagged — person count, same person, face position, forbidden object, and so on).
Go back