list_verifications
Retrieve VOP verification records with filters like agent, verdict, tier, or date range, and control pagination to audit output verification history.
Instructions
List VOP verification records with optional filters and pagination. Free tier.
Returns verifications in reverse chronological order.
Args: agent_id: Filter by agent ID (optional). verdict: Filter by verdict (optional). Values: "PASS", "FAIL", "PARTIAL" tier: Filter by tier (optional). Values: "Platinum", "Standard", "Partial", "Risk" date_from: ISO 8601 date lower bound, inclusive (optional). Example: "2026-06-01" date_to: ISO 8601 date upper bound, inclusive (optional). Example: "2026-06-30" limit: Maximum number of records to return (1–500, default 50). offset: Pagination offset — number of records to skip (default 0).
Returns: dict with keys: total (int), limit (int), offset (int), items (list of verification dicts with keys: verification_id, agent_id, verdict, score, tier, fail_codes, created_at)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tier | No | ||
| limit | No | ||
| offset | No | ||
| date_to | No | ||
| verdict | No | ||
| agent_id | No | ||
| date_from | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||