Skip to main content

When to use

  • Check what deployment parameters (INSTPARM values) are set on a live instance
  • Verify the deployment status and version of an instance
  • See which workflows are deployed and their n8n workflow IDs
  • Confirm an instance is active before triggering workflows

Prerequisites

  • codika CLI installed and authenticated
  • A deployed process instance (via deploy use-case or the dashboard)
  • API key with instances:read scope

Typical workflow

Command

Arguments

Options

Process instance ID resolution

The instance ID is resolved in this order:
  1. Positional argument (explicit ID)
  2. project.json in --path directory — uses devProcessInstanceId or prodProcessInstanceId based on --environment
  3. project.json in current directory — same environment-aware selection
Use --environment prod to target the production instance from project.json.

Examples

Output

Human-readable (default)

With --workflows flag

JSON output with --workflows (--json)

Without --workflows, each workflow only contains workflowId, n8nWorkflowId, and workflowName (backward compatible).

JSON output (--json)

Status values

Exit codes