Get Application Demo Detail
Return the demo record plus the live picture of its namespace on the staging cluster: the derived provisioning steps, the bill of materials, the namespace’s Kubernetes events, and the pod/container names that drive the log viewer. A malformed workspace_id is reported as the same 404 as an unknown demo. A browser session twin is mounted at the same path without the /api/v1 prefix (cookie authentication).
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Response
Successful Response
The demo record plus the live picture of its namespace on the staging cluster.
One ephemeral PR or branch demo record. kind is pr_demo or branch_demo; status is one of pending, provisioning, ready, failed, tearing_down, destroyed.
The full live picture of one demo, read from the staging cluster in one uncached pass. cluster_reachable false means the staging cluster or its agent could not be reached; steps and resources are then empty rather than misleadingly showing nothing-has-happened-yet.
The staging-cluster status the demos tab renders.