Skip to main content
GET
/
v1
/
installs
/
{id}
Get install details
curl --request GET \
  --url https://api.cnap.tech/v1/installs/{id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "j572abc123def456",
  "name": "my-postgres",
  "workspace_id": "j572abc123def456",
  "product_id": "<string>",
  "template_id": "<string>",
  "cluster_id": "j572abc123def456",
  "created_at": 123
}

Authorizations

Authorization
string
header
required

Personal Access Token (cnap_pat_...) or OAuth2 JWT. Create tokens at https://dash.cnap.tech/account/tokens

Path Parameters

id
string
required

Install ID

Response

Install details

id
string
required
Example:

"j572abc123def456"

name
string | null
required
Example:

"my-postgres"

workspace_id
string
required
Example:

"j572abc123def456"

product_id
string | null
required

Set for product-based installs

template_id
string | null
required

Template driving this install

cluster_id
string
required
Example:

"j572abc123def456"

created_at
number
required

Unix timestamp (seconds)