Trust Score History
Trust & Witness
Trust Score History
Retrieve historical trust score data for a machine agent over time
GET
Trust Score History
Returns a time-series of trust score computations for a specific agent. Use this endpoint to visualize trust trends, detect score degradation, and audit score changes following incidents. Results are ordered chronologically (oldest first).
Authentication
RequiresX-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.Query Parameters
string
ISO 8601 start timestamp for the history window. Defaults to 30 days ago.
string
ISO 8601 end timestamp for the history window. Defaults to now.
integer
default:"100"
Maximum number of records to return. Range:
1-1000.Response
string
The agent identifier.
array
Array of historical trust score records, ordered by
computed_at ascending.integer
Total number of records matching the query window (before limit is applied).
Authorizations
API key for machine-to-machine authentication
Path Parameters
Agent identifier
Query Parameters
Start of time range (ISO 8601)
End of time range (ISO 8601)
Required range:
1 <= x <= 500Response
Trust score history

