Reviewing Collections
When a collection completes, it needs analyst review before delivery. This guide covers the review process.
Collection Lifecycle
pending → validating_creds → queued → in_progress → completed → reviewing → signed_off → delivered
Collections needing review (status reviewing) are surfaced on the dashboard's "Needs Review" banner and can be filtered in the Collections list by the reviewing status.
What to Check
- Completeness: All endpoints ran successfully
- File counts: Expected number of files collected
- Data integrity: Hash verification passed
- Error review: Any failed endpoints explained
- Chain of custody: Events logged correctly
Review Process
Open the collection detail page. The summary is shown on the page itself; View Files, API Logs, and Chain of Custody open dedicated sub-pages.
1. Check Summary
Review the summary on the collection detail page:
- Total files collected
- Total data size
- Endpoints: completed/failed/total
- Collection duration
2. Review Files
Click View Files:
- List of all collected files
- File sizes and hashes
- Source endpoint for each file
3. Review API Logs
Click API Logs:
- Every API call made
- Request/response details
- Timing information
- Any errors encountered
4. Review Chain of Custody
Click Chain of Custody:
- All events in chronological order
- Who/what triggered each event
- Timestamps for audit trail
Verifying Data Integrity
Each file has:
- SHA-256 hash: Computed during collection
- Hash validated: Secondary verification passed
- Source metadata: Original platform metadata
Verify that:
- Hash validation shows "Validated"
- File sizes match expected (not truncated)
- Metadata is present and complete
Review Checklist
Before signing off, confirm:
- All enabled endpoints completed successfully
- File counts are reasonable for the scope
- All file hashes show "Validated"
- No unexpected errors in API logs
- Chain of custody is complete
- Any failures are documented
Signing Off
Sign-off is available for collections in completed, partial, or reviewing status (and is hidden for analyst test collections). Once satisfied with the collection:
- Click Sign Off on the collection detail page to open the sign-off page
- Work through the review checklist
- Add any notes (optional)
- Provide your signature
- Confirm sign-off
This action:
- Creates chain of custody event
- Marks collection for delivery
- Queues ZIP generation
- Notifies customer when ready
Handling Issues
Partial Collections
If some endpoints failed but data is usable:
- Document the failures in notes
- Explain what data is missing
- Sign off with limitations noted
- Customer receives notification of partial data
Failed Collections
If collection cannot be delivered:
- Review failure cause
- Check if connector issue or credential issue
- Contact customer if new credentials needed
- Create new collection after fix
Hash Validation Failures
If any file shows hash validation failed:
- Do NOT sign off
- Report the issue
- May need to re-run collection
- Investigate potential data corruption
Best Practices
- Review promptly - Don't delay customer delivery
- Document everything - Add notes for unusual situations
- Verify scope - Ensure collected data matches request
- Check completeness - All requested data types present
- Maintain chain - Sign-off creates permanent record