get_attestations_received
Retrieve peer ratings (attestations) received by an agent. See who rated positively or negatively, with weight and context, to understand evidence behind reputation scores.
Instructions
Get peer ratings (attestations) received by an agent — who rated them and how.
Returns individual ratings from other agents: who gave them, positive/negative,
weight, and context. Use this to understand the evidence behind a score.
NOT for protocol-level events — use get_audit_trail for registration, disputes, transfers.
NOT for the computed score — use check_reputation for the final number.
Read-only. Does not affect reputation or stored data.
Args:
did: Agent's DID (did:key:z6Mk...) to look up ratings for.
Returns:
JSON list of attestations (newest first) with from_agent_did,
outcome, weight, context, and created_at.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| did | Yes | Agent's DID to look up ratings for. Format: did:key:z6Mk... |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |