Audit Trail
Record-level audit logging is available through the public history and export routes under `/api/v1`.
Public Routes
GET /api/v1/records/{id}/historyreturns record-scoped audit history and user-name enrichment.GET /api/v1/audit/export?format=csv|jsonexports company-scoped audit rows, with optional filters forrecord_id,action, andsource.
Returned Fields
idrecord_iduser_idactionchangessourceip_addresscreated_atuser_nameenrichment when profile data is available
Limits
Record history returns the most recent entries first and accepts a limit query parameter. Audit export supports CSV and JSON output, with a higher export limit than the per-record history route.