Skip to main content
GET
Get Trust Score
Returns the most recently computed trust score for a specific agent. This is a lightweight read that returns cached data — it does not trigger a recomputation. If the score is stale, call the Compute Trust Score endpoint to refresh it. Trust scores are used across the platform for witness eligibility, delegation authorization, and policy evaluation.

Authentication

Requires X-API-Key header or Bearer JWT token. Tenant-scoped via X-Tenant-ID.

Path Parameters

string
required
The unique identifier of the machine agent. Format: maip-agent:ULID.

Response

string
The agent identifier.
number
The current trust score as a float between 0.0 and 1.0.
object
Breakdown of the individual factors that contributed to the score.
string
ISO 8601 timestamp of the last score computation.

Authorizations

X-API-Key
string
header
required

API key for machine-to-machine authentication

Path Parameters

agentId
string<uuid>
required

Agent identifier

Response

Trust score

score
number<float>
Required range: 0 <= x <= 1
factors
object
deltas
object
computed_at
string<date-time>