Get Full Order Details

Retrieve the full details of a submitted business formation order — contact, address, company info, register-agent details, processing status, and case-progression metadata.

Async population caveat: the parent order record commits immediately on POST /create-order, but child relationships (contact, businessAddress, companyInfo) are linked via async triggers in CorpNet's underlying Salesforce backend. There is a brief window — seconds to minutes — where this endpoint may return null for fields the spec marks required. Workflow-phase-dependent fields (orderFilingType, filedDate, formedEntityId) stay null until the order phase advances past Order Received. If you need a complete read, retry after ~30 seconds.

required semantics: in this endpoint's response schema, fields marked required are required as part of the documented contract, not guaranteed populated on every read. The two meanings are different — see the async-population note above.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

Unique identifier of the business formation order to retrieve the summary for. This orderGuid is returned in the response when a new business formation order is successfully created via the Create a Business Formation Order endpoint.

Responses

Language
Credentials
Bearer
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json