Skip to main content

When to use

  • Inspect project details including deployment version and status
  • Check if a project has a published process
  • View the current stage information
  • Verify project configuration before deploying

Prerequisites

  • codika CLI installed and authenticated
  • API key with projects:read scope
  • A valid project ID (from list projects or project create)

Command

Arguments

Options

Examples

Output

Human-readable (default)

JSON output (--json)

Access control

  • Admin keys (cka_): can access any project in any organization
  • Org owners/admins: can access all projects in their organization
  • Regular members: can only access projects they created (createdBy matches their user ID)
The response does not expose sensitive internal fields like roles, stages configuration, or documentTags. Only summary data is returned.

Exit codes