Skip to main content

When to use

  • See all deployed process instances across an organization at a glance
  • Check instance status across environments (dev and prod)
  • Audit what is currently running in an organization
  • Find an instance ID to pass to get instance or instance activate/deactivate

Prerequisites

  • codika CLI installed and authenticated
  • API key with instances:read scope

Command

Options

Behavior

  1. Fetches all process instances for the authenticated organization
  2. Returns lightweight summaries with status, environment, and version info
  3. Sorted by last execution time, most recent first

Examples

Output

Each row shows the instance title, environment, status with icon, template version, and last execution timestamp. Instances with no executions show in the Last Executed column. Note: Zero instances is not an error — the CLI prints “No instances found.” and exits with code 0.

Error reference

Exit codes