INSPECT REPO ACTIVITY
Prerequisites: Swamp installed, a repository with at least one model or workflow run.
Show recent activity
swamp summariseActivity summary (last 7d)
Direct Model Method Executions (2 total: 2 succeeded)
Model: my-greeter (command/shell)
execute ✓ 2
Workflow Runs (1 total: 1 succeeded)
deploy-pipeline ✓ 1
Data (6 items, 10 versions, 2 models)The summary covers model method executions, workflow runs, and data artifacts within the time window.
Change the time window
To see activity from the last day:
swamp summarise --since 1dOther supported formats: 1h, 7d, 1w.
Cap output on large repositories
If a repository has many models, limit the per-group detail:
swamp summarise --limit 10Counts still reflect all matching runs — only the per-group detail lines are capped.
Check activity on a remote server
swamp summarise --server ws://my-server:9090 --token mytoken.mysecret