list_evidence
Retrieve existing compliance evidence from the governance ledger, filtered by system or time, to prevent duplicate attestations and identify gaps before adding new records.
Instructions
List evidence records from the governance ledger, optionally filtered by system and time.
Use this to understand what evidence already exists before proposing new records — prevents duplicate attestations and helps the agent reason about gaps:
'Has loan-scoring-v2 had a human_oversight record in the last 30 days?'
'What evidence does the chatbot system have for EU AI Act controls?'
'Show me the last 10 records across all systems'
Returns records ordered newest-first. Default limit 20, max 100.
The source field is 'sdk' (attested) or 'inferred' (estate scan — lower audit weight).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max records to return. Default 20, max 100. | |
| since | No | ISO 8601 timestamp — only return records at or after this time. E.g. '2026-06-01T00:00:00Z' or '2026-05-01T00:00:00Z' for the last month. | |
| system_name | No | Filter to a specific AI system. Omit to see records across all systems. |