Skip to content

Audit logs

Chatevo records an immutable audit trail of security-relevant and configuration events for compliance and incident investigation.

CategoryEvents
AuthenticationLogin, logout, failed login, API key created/revoked
ConfigurationAssistant/KB/tool/deployment create, update, archive
Agent BuilderConfirmed writes, undo actions
AccessCredential viewed (metadata only), team invite, role change
DataGDPR export/deletion requests
SecurityAllowed domain changes, JWT secret rotation

Message content is not duplicated in audit logs — only metadata (conversation ID, actor, timestamp).

View recent events under Dashboard → Audit feed. Filter by:

FilterValues
ActorUser email or api_key
ResourceAssistant, KB, tool, deployment ID
Actioncreated, updated, deleted, login, etc.
Date rangeLast 7 / 30 / 90 days

Enterprise plans can export audit logs via API:

GET /api/v1/audit-logs?since=2026-07-01T00:00:00Z&limit=100
Authorization: Bearer ch_live_xxx

Response entries:

{
"id": "aud_9xY2zA4b",
"action": "assistant.updated",
"actor": { "type": "user", "email": "admin@example.com" },
"resource": { "type": "assistant", "id": "asst_7xK9mN2p" },
"summary": "Updated master_prompt",
"ip": "203.0.113.10",
"created_at": "2026-07-16T09:30:00Z"
}
PlanRetention
Starter90 days
Pro1 year
EnterpriseCustom (up to 7 years)

Logs are append-only and cannot be edited or deleted by customers.

Audit logs support:

  • SOC 2 / ISO access reviews
  • Incident response (“who changed this deployment?”)
  • GDPR accountability (demonstrate deletion was performed)

Pair with your SIEM by exporting via API or requesting Enterprise log streaming.