curl --request GET \
--url https://api.cnap.tech/v1/compute/machines/{providerId} \
--header 'Authorization: Bearer <token>'{
"provider_id": "compute://abc123",
"node_name": "worker-xl8r2",
"status": "provisioning"
}Returns current state of a machine including conditions and provider metadata.
curl --request GET \
--url https://api.cnap.tech/v1/compute/machines/{providerId} \
--header 'Authorization: Bearer <token>'{
"provider_id": "compute://abc123",
"node_name": "worker-xl8r2",
"status": "provisioning"
}Personal Access Token (cnap_pat_...) or OAuth2 JWT. Create tokens at https://cnap.tech/account/tokens
Provider-assigned machine ID