control_evidence
Retrieves evidence rows, population size, and reproducible query for a compliance control (HIPAA, PCI-DSS, SOC2, GDPR) within a time period.
Instructions
[READ] Evidence rows for ONE control + population size + reproducible query.
Args: framework: hipaa / pci_dss / soc2 / gdpr. control_id: e.g. "164.312(b)", "10.2", "CC8.1", "Art.30". since / until: ISO timestamps bounding the period. sample_size: Number of representative evidence rows to include.
populationSize is the full evidence count; sample is capped at
sample_size and sets truncated when there was more. scanTruncated
reports whether the underlying event scan itself hit its cap — if it is true,
the population is a slice and no coverage claim should be made from it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| since | No | ||
| until | No | ||
| framework | Yes | ||
| control_id | Yes | ||
| sample_size | No |