superplane-monitor
SuperPlane Monitor
Inspect, debug, and manage workflow executions.
Quick Reference
| Task | Command |
|---|---|
| List events for canvas | superplane events list --canvas-id <id> |
| Trace an event's executions | superplane events list-executions --canvas-id <id> --event-id <eid> |
| List node executions | superplane executions list --canvas-id <id> --node-id <nid> |
| Cancel execution | superplane executions cancel --canvas-id <id> --execution-id <eid> |
| List queued items | superplane queue list --canvas-id <id> --node-id <nid> |
| Delete queued item | superplane queue delete --canvas-id <id> --node-id <nid> --item-id <iid> |
Verify CLI Is Installed
Before any debugging, confirm the CLI binary is available without requiring network access:
More from superplanehq/skills
superplane-cli
Use when working with the SuperPlane CLI to discover integrations, actions, and triggers, build or troubleshoot canvases, manage secrets, and monitor executions. Covers authentication, list/get commands, interpreting configuration schemas, wiring channels between nodes, resolving integration binding issues, and inspecting runs. Triggers on "superplane", "canvas", "workflow", "CLI", "connect", "integration is required", "execution".
65superplane-canvas-builder
Design and build SuperPlane workflow canvases from requirements. Translates workflow descriptions into canvas YAML with triggers, actions, edges, and expressions. Use when the user wants to create a new workflow, build a canvas, design a pipeline, or wire up actions. Triggers on "build canvas", "create workflow", "design pipeline", "automate".
61superplane-troubleshoot
Diagnose and fix SuperPlane canvas and execution problems using decision-tree troubleshooting. Covers canvas won't activate, events not triggering executions, nodes stuck in pending, expression errors, merge deadlocks, and integration failures. Use when something isn't working, a workflow is broken, or the user says "it's not running", "stuck", "broken", "why didn't it trigger".
1superplane-integrations
Discover, connect, and configure SuperPlane integrations. Covers the full lifecycle from listing available providers to binding integration instances to canvas nodes and resolving integration-resource fields. Use when connecting a new integration, troubleshooting "integration is required" errors, listing resources for a connected integration, or selecting the right provider for a workflow.
1superplane-expressions
Write and debug SuperPlane expressions using the Expr language. Covers node references with $['Node Name'], root(), previous(), string interpolation inside {{ }}, type coercion, and operators. Use when building expressions in canvas node configuration, debugging "expression error" failures, referencing upstream payloads, or working with Expr syntax.
1