Community Tip - Did you know you can set a signature that will be added to all your posts? Set it here! X
Is there an api to call audit trails for user activity to connect 3rd party apps (to record user activity). Example: webhook.
Hi,
Codebeamer doesn’t expose a dedicated “audit log API” or webhook feed for user-activity events. The platform records all changes internally, but those logs aren’t published as a standalone audit-stream you can subscribe to.
What is available today are the standard REST APIs for item history, tracker changes, and revisions. Those endpoints let an external tool poll for changes, but they won’t provide a full system-wide audit trail or real-time event push. If the use case requires continuous monitoring, the only option right now is to build a polling integration around the history endpoints. No webhook-based audit export exists in the current product.
Thanks,
