List guardrail evaluation history
List guardrail evaluation history
Returns paginated guardrail validation records for an application within a time range.
Filters:
passStatus—successorerrorstage—inputoroutputcategory— validator category (for examplepii,prompt-injection)search— free-text search across records
GET
List guardrail evaluation history
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.
Page number for paginated results (1-based).
Required range:
x >= 1Maximum number of applications per page (max 100).
Required range:
1 <= x <= 100Available options:
success, error Available options:
input, output