When to use
- Check the status of recent workflow runs at a glance
- Find failed executions to investigate further
- Monitor how often a workflow is triggered
- Get an execution ID to pass to
get-executionfor node-level debugging
Prerequisites
codikaCLI installed and authenticated- A deployed process instance (
devProcessInstanceIdorprodProcessInstanceIdinproject.json) - API key with
executions:readscope
Command
Arguments
Options
Behavior
- Fetches recent executions from the platform API
- Returns lightweight summaries (no full result data — use
get executionfor that) - Sorted by creation time, newest first
Dev vs Prod executions
After deploying and publishing,project.json contains both instance IDs:
devProcessInstanceId to list dev executions and prodProcessInstanceId to list prod executions.
Examples
Output
codika get execution <id> for full node-level details.
Note: Zero executions is not an error — the CLI prints “No executions found.” and exits with code 0.