Concepts
Runs
What a run is.
Runs
A run is one plugin execution. Every harbor p.<slug> call that succeeds creates a run record in the Harbor API.
Run data
Each run tracks:
- plugin — which plugin was called
- input — the argv, working directory, profile, and calling agent runtime
- output — the result text
- status —
pending,completed, orfailed - durationMs — wall-clock execution time
- daemonId — which agent ran it
CLI
harbor runs get <run-id>Run IDs look like run_01jq.... You can find them in the dashboard Activity log.
Dashboard
The Activity section shows run history. Each row shows the plugin, type (mcp/cli/api), agent profile, status, duration, and start time. Click a row to see the full detail panel with input, output, and events.
Runs can be filtered by status and grouped by agent, plugin, plugin type, or agent → type.