Skip to main content
GET
Get Application Demo Detail

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

authorization
string | null
x-ankra-organisation-id
string | null

Path Parameters

application_id
string
required
workspace_id
string<uuid>
required

Response

Successful Response

The demo record plus the live picture of its namespace on the staging cluster.

can_deploy
boolean
required
demo
object
required

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.

inspection
object
required

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.

staging
object
required

The staging-cluster status the demos tab renders.