Groundfloor Docs

Activity Log

View and export audit events scoped to an account or workspace.

The Activity Log records who did what and when — account and workspace administrative actions, secret reveals, membership changes, and more. Events are retained for 30 days.

Pillar #5· Activity Log✅ Live

Who can access

ActionRequired permission
View workspace auditread on the workspace
View account auditread on the account
Export audit JSONread on the scope

Prerequisites

  • Access to at least one account or workspace

View activity

Open Activity Log

In the sidebar under Observe, click Activity Log.

Choose scope

Select Workspace or Account from the scope toggle.

  • Workspace — uses the workspace from the top navigation picker
  • Account — pick an account from the dropdown

Browse events

Each event shows Actor, Action, Resource, Timestamp, and metadata. Click an event for detail when available.

Export audit data

Set your scope

Choose account or workspace as above.

Click Export

Click Export JSON in the page header. The browser downloads a JSON file of audit events for the current scope.

Workspace detail shortcut

Workspace and account detail pages also show a Recent activity feed (last 25 events). Use Activity Log for full history and export.

Cross-tenant search across all accounts is not yet available in the portal. Use account or workspace scope.

Troubleshooting

ProblemLikely causeWhat to do
Empty feedNo events in retention windowActivity is retained 30 days; verify actions occurred in scope
Workspace scope emptyNo workspace selectedPick a workspace in the top navigation bar
Export failsNetwork or permission errorRetry; confirm read on scope
  • GET /v1/accounts/{account_id}/audit — account audit
  • GET /v1/workspaces/{workspace_id}/audit — workspace audit
  • POST /v1/audit/export — export JSON

On this page