Indexers may need to fetch many verification records efficiently by project ID or request ID.
Acceptance criteria:
Add batch getter for verification records.
Enforce max batch size.
Missing records are skipped or returned as None according to documented behavior.
Tests cover mixed existing/missing records.
Indexers may need to fetch many verification records efficiently by project ID or request ID.
Acceptance criteria:
Add batch getter for verification records.
Enforce max batch size.
Missing records are skipped or returned as None according to documented behavior.
Tests cover mixed existing/missing records.