Skip to main content
Version: Community (1.0.0)

Audit Logs

Enterprise Only

Full audit logs — covering authentication events, administrative actions, and command events with filtering and search — are an Enterprise Edition feature. See the Enterprise docs.

Community Edition does not include a separate audit-log dashboard. Instead, each machine keeps a simple command history — the commands run against it, with a timestamp — visible from the machine's detail page.

# Get command history for a machine
curl -H "Authorization: Bearer YOUR_JWT_TOKEN" \
https://your-webxterm-instance.com/api/machines/{agent_id}/logs

See the Machines API for the full response format.

If you need login/logout tracking, admin-action history, retention policies, or search/filtering across machines, upgrade to the Enterprise Edition.