agent_query_attestations
Filter and retrieve attestations from a decentralized witness network by country, domain, type, agent, consensus score, and time.
Instructions
Query attestations — the decentralized witness network. Public, no auth required. Filter by country, domain, type, consensus score.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| country | No | ISO country code | |
| domain | No | Domain to check | |
| type | No | Claim type filter | |
| agent | No | Filter by agent DID | |
| min_consensus | No | Minimum consensus score (0-1) | |
| since | No | ISO timestamp — only attestations after this | |
| limit | No | Max results (default: 50) |