Skip to main content
GET
A lightweight endpoint for checking whether an instance is ready. Useful for polling during provisioning or verifying the gateway is reachable before sending messages.
Accepts an organization key (chd_org_*) or a scoped key (chd_sk_*) with read permission on this instance.

Path Parameters

string
required
The ID of the instance to check.

Response

Returns 200 OK with a minimal status object.
string
The instance ID.
string
Current instance status: "provisioning", "running", "stopped", "error", or "terminated".
string | null
The public gateway URL if the instance has been provisioned. null while provisioning or if the instance errored.