Audit Log Exporter

Export Kontent.ai audit log events to a JSON file from your browser — while you’re logged in. No extensions required.

How to use

  1. Open the Audit Log page (logged in)

    Enter your environment ID, then open the audit log in a new tab. Adjust audit log filter if needed.

    Open audit log
    https://app.kontent.ai/<env_id>/settings/audit-log
  2. Copy the script & paste it into the Console

    On the audit log tab, press F12 (or Ctrl+Shift+J), open the Console, paste the script, and press Enter.

    If Chrome blocks the paste, type allow pasting in the console and try again.

  3. Wait for the JSON download

    The script scrolls to load events, expands rows, shows a progress bar in the console, then downloads a .json file. Check your Downloads folder when it says Done.

export-audit-log script

      

Helpful tips