Kvindo™ Cloud Docs
GET /api/v1/<type>/request/{requestId} — check the status of an async change. Every PUT and DELETE returns a requestId; poll this endpoint until succeeded is true. When it fails, errorCode and errorMessage explain why. On success, scheduledResourceId is the id of the affected resource.
SDK methods: read_request(requestId) for a single poll, or wait_request_satisfied(requestId, timeout_seconds) to block (it polls once a second and returns the last status on timeout — inspect succeeded).
Guides
More in this section
Reference