List trace evaluation results
Returns paginated evaluation results recorded against production traces — i.e. results from POST /applications/{applicationId}/evaluations and automatic monitoring/security scoring on live traffic.
This does not include results from functional or security test runs created in the Trusys UI; those are separate from trace-level monitoring and are not available via this endpoint.
Source (source):
monitoring— metric/plugin evaluations on tracessecurity— red-team security evaluations on tracesall(default) — both
Outcome (outcome):
total(default) — all evaluation resultspass,fail,error— filter by overall evaluation result
Metric filter (metricName): when set with outcome other than total, results are grouped by trace, matching the metric drill-down shown in the Trusys Pulse dashboard.
Authorizations
Your Trusys API key. Create and manage keys in the Trusys UI under Settings → API Keys.
Include the key on every request:
x-api-key: <your-api-key>Path Parameters
Unique identifier (UUID) of the application. Returned by POST /applications.
Query Parameters
Start of the time range, inclusive. ISO 8601 datetime in UTC (for example 2026-07-01T00:00:00.000Z).
End of the time range, inclusive. Must be the same as or after start. ISO 8601 datetime in UTC.
Evaluation source: quality metrics (monitoring), security plugins (security), or both (all).
monitoring, security, all total, pass, fail, error Optional metric or security plugin name. With outcome set to pass, fail, or error, filters to evaluations where that metric scored accordingly.
Page number for paginated results (1-based).
x >= 1Maximum number of applications per page (max 100).
1 <= x <= 100