Get guardrail evaluation by ID
Get guardrail evaluation by ID
Returns one guardrail validation record by ID, including full validator component results.
Use this endpoint after listing evaluations via GET .../guardrails/evaluations when you need prompt/response content, per-validator outcomes, latency, and enforcement details for a single run.
The evaluationId is the id field from list results.
GET
Get guardrail evaluation by ID
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.
Guardrail evaluation record ID from list results (results[].id).