Instances
Get Instance Status
Check the current status of an instance.
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.Documentation Index
Fetch the complete documentation index at: https://docs.chowder.dev/llms.txt
Use this file to discover all available pages before exploring further.
Accepts an organization key (
chd_org_*) or a scoped key (chd_sk_*) with read permission on this instance.Path Parameters
The ID of the instance to check.
Response
Returns200 OK with a minimal status object.
The instance ID.
Current instance status:
"provisioning", "running", "stopped", "error", or "terminated".The public gateway URL if the instance has been provisioned.
null while provisioning or if the instance errored.