scf_list_evidence
List evidence items tracked against controls, returning tracking status, maturity level, and linked controls. Filter by system, team, function, or owner.
Instructions
List evidence items tracked against an organization's controls. Returns each item's tracking status, maturity level, and linked controls. Optionally filter by system.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| org_id | Yes | Organization UUID — obtain from scf_list_organizations | |
| team_id | No | Filter to evidence this team is assigned to, accountable or consulted — obtain from scf_list_teams | |
| my_teams | No | Filter to evidence assigned to any team the caller belongs to; intersects with team_id rather than overriding it. 'The caller' is the API key's identity; on a self-hosted instance that is a service account on no team, so this returns nothing — use team_id instead. | |
| system_id | No | System UUID to filter by — obtain from scf_list_systems | |
| function_id | No | Filter to evidence assigned to any team aligned to this function — obtain from scf_list_functions | |
| accountable_owner_type | No | Filter by the accountable team's primary owner: 'internal' or 'external_contractor' |