List traces with optional evaluation summary
Returns a paginated list of traces for an application in the requested time range. Includes traces with or without evaluation results.
Each row includes trace metadata (timing, span count, status). Evaluated traces include a compact evaluation summary โ not full span or detailed evaluation payloads.
Source (source): monitoring, security, or all (default).
Outcome (outcome): all (default) returns every trace in range. Use pass, fail, or error to filter traces by overall evaluation result.
Metric filter (metricName): optional metric or security plugin name. Combine with outcome pass, fail, or error to return only traces where that specific metric passed, failed, or errored.
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.
monitoring, security, all all, pass, fail, error Optional metric or security plugin name. With outcome set to pass, fail, or error, filters to traces where that metric scored accordingly.
Page number for paginated results (1-based).
x >= 1Maximum number of applications per page (max 100).
1 <= x <= 100