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:

  • Performing user

  • Affected user

  • Time of change

  • Value change for each event

Tabnine allows self-serve access via the Audit Logs API with a token.

OpenAPI reference

Pagination

Set the number of items with:

/organization/audit-logs?limit=50&offset=0

CSV download

Download as CSV with:

/organization/audit-logs?format=csv

Permissions

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.

Last updated

Was this helpful?