Manage · Cloud audit log

Cloud audit log

One searchable record of every audit-class event your team has pushed to the cloud. Filter by date, actor, and action, then export the result as CSV. Team-scoped: you only ever see rows for accounts you belong to.

Where to find it

  • Localhost: hosted only (this tab lives on the RepoOps Dashboard, not the localhost aggregator).
  • API: GET /api/audit (append &format=csv for the export).
  • Keyboard: K then type audit.
  • Sidebar: Manage → Audit log (admin only).

What it does for you

One row per audit event.Each row shows the timestamp (UTC), the actor (type badge plus id), the action, the account id, and a preview of the event payload. Actions include cross-client-ask, synth-usage, draft-usage, external-pull, and the supervisor.* events.
Filter to the window you care about.Set a Since and Until date, match an actor by substring (email or id), pick a specific action, and cap the result with a limit (50, 200, 1000, or 5000; default 200). Every filter is read off the URL, so a filtered view is a shareable deep-link.
Export CSV for compliance.The Export CSV button carries your current filters through to /api/audit?...&format=csv, so the download matches exactly what the table shows.
Team isolation by default.The page is scoped to the team the sign-in resolves to. A request for an account you are not a member of returns an empty result, not another team's rows.

Read more