curl --request GET \
--url https://api.cnap.tech/v1/installs/{id}/status \
--header 'Authorization: Bearer <token>'{
"install_id": "j572abc123def456",
"health": "Healthy",
"sync": "Synced",
"revision": "abc123def",
"resources": [
{
"kind": "<string>",
"name": "<string>",
"group": "<string>",
"namespace": "<string>",
"version": "<string>",
"status": "<string>",
"health": {
"status": "<string>"
}
}
],
"operation_phase": "Succeeded",
"updated_at": 123
}Returns the detailed deploy status for the install, including per-resource health and sync information.
curl --request GET \
--url https://api.cnap.tech/v1/installs/{id}/status \
--header 'Authorization: Bearer <token>'{
"install_id": "j572abc123def456",
"health": "Healthy",
"sync": "Synced",
"revision": "abc123def",
"resources": [
{
"kind": "<string>",
"name": "<string>",
"group": "<string>",
"namespace": "<string>",
"version": "<string>",
"status": "<string>",
"health": {
"status": "<string>"
}
}
],
"operation_phase": "Succeeded",
"updated_at": 123
}Personal Access Token (cnap_pat_...) or OAuth2 JWT. Create tokens at https://cnap.tech/account/tokens
Install ID
Install deploy status
"j572abc123def456"
"Healthy"
"Synced"
"abc123def"
Show child attributes
"Succeeded"
Unix timestamp (seconds) when status was last updated via webhook