agent_status
Retrieve an agent's comprehensive status snapshot: identity, trust scores, pending confirmations, and active attestations. Ideal for dashboards and health checks.
Instructions
Return a comprehensive status snapshot for your agent.
Combines identity, trust scores, pending confirmation count, and active attestations in a single call — useful as a dashboard or health check.
REQUIRES authentication (access_token or public_key_hex).
Example call: agent_status(access_token="eyJ...")
Example response: { "agent_id": "550e8400-...", "agentauth_linked": true, "scores": {"overall": 0.73, "reliability": 0.81}, "scopes": ["trust.read", "trust.write"], "pending_confirmations": 2, "active_attestations": [ { "attestation_id": "b1c2d3e4-...", "valid_until": "2026-03-21T12:00:00+00:00", "seconds_remaining": 86400 } ] }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| access_token | No | ||
| public_key_hex | No |