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).Documentation Index
Fetch the complete documentation index at: https://docs.truthlocks.com/llms.txt
Use this file to discover all available pages before exploring further.
Authentication
RequiresX-API-Key header or Bearer JWT token. Tenant-scoped via X-Tenant-ID.
Path Parameters
The unique identifier of the machine agent. Format:
maip-agent:ULID.Query Parameters
ISO 8601 start timestamp for the history window. Defaults to 30 days ago.
ISO 8601 end timestamp for the history window. Defaults to now.
Maximum number of records to return. Range:
1-1000.Response
The agent identifier.
Array of historical trust score records, ordered by
computed_at ascending.Total number of records matching the query window (before limit is applied).

