Can I access audit logs via the LearnAmp API?
Not at this time.
LearnAmp does not currently provide a dedicated API endpoint for retrieving audit logs similar to what is shown in the platform’s UI.
While a full audit log API is not available, some limited audit-related information can be retrieved by using standard endpoints such as:
GET /items/{id}
– Shows detailed metadata for specific items, including creation and update history.GET /events
orGET /activities
– Offers general user interaction logs, but does not include system-level audit records.
https://developers.learnamp.com/#api-reference
Keep in mind:
These endpoints do not replicate the full depth of audit logging available in the UI and may not fulfill compliance or detailed monitoring requirements.
Our Product team is aware of this feature gap. While there is an ongoing API enhancement initiative, audit log extraction is currently out of scope.
We encourage users to submit feature feedback via the Customer Portal to help prioritize future development.