list_my_attestations
Retrieve all active attestations issued to your agent identity, including validity details and score snapshots. Requires authentication.
Instructions
List your active (non-expired, non-revoked) attestations.
Returns all attestations issued for your agent identity that are still valid. Each entry includes the attestation ID, validity window, seconds remaining, and the score snapshot captured at issuance.
REQUIRES authentication (access_token or public_key_hex).
Example call: list_my_attestations(access_token="eyJ...")
Example response: { "agent_id": "550e8400-...", "attestations": [ { "attestation_id": "b1c2d3e4-...", "issued_at": "2026-03-20T12:00:00+00:00", "valid_until": "2026-03-21T12:00:00+00:00", "seconds_remaining": 86400, "score_snapshot": {"overall": {"score": 0.82, "confidence": 0.71}} } ], "count": 1 }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| access_token | No | ||
| public_key_hex | No |