Get incorporation status
Retrieve the current public status projection for an incorporation, including top-level status, ordered stages, and active blocking issue ids.
incorporationStatus, the workflow version used for the incorporation, ordered stages, and any active issues blocking the incorporation.
Stage fields
Each item instages has these fields:
| Field | Type | Meaning |
|---|---|---|
id | string | Stable stage identifier. Use this as the React key for a stage row/card. |
label | string | Human-readable stage label. |
description | string | Human-readable explanation of the stage. |
owner | string | Party expected to own the work: PARTNER, CUSTOMER, or COMMENDA. |
position | integer | One-based display order. |
status | string | Current stage progress. |
startedAt | string or null | When work in this stage first started. |
completedAt | string or null | When this stage completed, or null if it is not complete. |
blockedByIssueIds | string[] | Active issue ids blocking this stage. |
Example
Top-level status
| Status | Meaning |
|---|---|
AWAITING_CUSTOMER_INPUT | Required intake information, participant roles, or documents are missing or invalid, or the complete intake has not been submitted yet. |
SUBMITTED | The incorporation was submitted and still validates, but Commenda review has not started yet. |
IN_PROGRESS | Commenda review is in progress. |
BLOCKED | The incorporation has active partner-visible issues or review start/runtime failures. |
COMPLETED | The incorporation is complete. |
Stage status
| Status | Meaning |
|---|---|
NOT_STARTED | The stage has not started. |
IN_PROGRESS | At least one task in the stage has started and the stage is not complete. |
BLOCKED | The stage is blocked by active issue ids or failed review work. |
COMPLETED | The stage is complete. |
blockingIssueIds. If an issue has a scope.stageId, that issue appears on the matching stage’s blockedByIssueIds; otherwise it blocks the first non-completed stage.Authorizations
Path Parameters
Incorporation identifier returned by create or list endpoints.
Response
Incorporation status retrieved successfully
Current top-level lifecycle status for the incorporation.
AWAITING_CUSTOMER_INPUT, SUBMITTED, IN_PROGRESS, BLOCKED, COMPLETED "0f9a8f5e-7f7c-4c1b-a60a-b1022f9d8c91"
77
ISO 3166-1 alpha-2 country code for the incorporation jurisdiction.
AE, CA, GB, IE, IN, KY, NZ, SG, US "SG"
Country-specific incorporation options. Use the jurisdiction catalog for the currently supported fields and values.
{
"corporationType": "PRIVATE_LIMITED_COMPANY"
}Active partner-visible issue ids currently blocking the incorporation.
["issue_123"]1
"2026-04-26T19:15:00.000Z"