Audit Trails

Every VeldrixAI evaluation is logged to an immutable, tamper-evident audit trail.

Log structure

Each audit log entry includes:

FieldTypeDescription
request_idUUIDUnique identifier for this evaluation
timestampISO 8601UTC evaluation time
principal_idstringIdentifier of the calling entity
policy_idUUIDPolicy applied
trust_scorefloatAggregate score
actionstringEnforcement action taken
violationsarrayDetected violations with details
latency_msintEvaluation latency

Querying logs

GET /api/v1/audit?limit=100&action=block&after=2025-01-01T00:00:00Z
Authorization: Bearer vx_live_...

Retention

PlanRetention
Starter30 days
Growth90 days
EnterpriseUp to 7 years
Was this page helpful?