Audit Logs API
Retrieve audit logs for key user, team, and authentication events
The Audit Logs API (released with 5.25.0) allows access to audit logs that track key user management, team management, and user logging events.
The audit log includes:
Value change for each event
Tabnine allows self-serve access via the Audit Logs API with a token.
OpenAPI reference
Error while loading OpenAPI operation — Invalid OpenAPI document
Error while loading OpenAPI operation — Invalid OpenAPI document
Set the number of items with:
/organization/audit-logs?limit=50&offset=0
Download as CSV with:
/organization/audit-logs?format=csv
Only users with Admin access can access the Audit Logs API.
You can use the same mapping from the Usage Metrics API between user_id to email and team_id to team name.