Skip to main content
GET
/
v1
/
deployments
/
{deploymentId}
Get deployment
curl --request GET \
  --url https://{tenant}.cubecloud.dev/api/v1/deployments/{deploymentId} \
  --header 'Authorization: <api-key>'
{
  "deploymentUrl": "<string>",
  "id": 123,
  "name": "<string>"
}

Authorizations

Authorization
string
header
required

API key authentication. Send Authorization: Api-Key <YOUR_API_KEY>.

Path Parameters

deploymentId
integer
required

Response

200 - application/json
creationStep
enum<string>
required
Available options:
project,
upload,
schema,
github,
ssh,
databases,
ready,
demo
deploymentUrl
string
required
id
integer
required
name
string
required