---
title: "Get the active organization's Cloud instance"
method: GET
path: "/v1/cloud/instance"
tags: ["Cloud"]
---

# Get the active organization's Cloud instance

`GET /v1/cloud/instance`

Starts the active organization's OpenWork Cloud browser instance when needed and returns its browser URL once ready.

## Response `200`

Cloud instance status returned successfully.

- CloudInstanceResponse
  - `status` 'provisioning' | 'waking' | 'ready' | 'failed', required
  - `url` string, uri, nullable, required
  - `imageVersion` string, nullable
  - `instanceName` string, nullable
  - `latestVersion` string, nullable

## Other responses

- `401` — The caller must be signed in to open Cloud.
- `404` — Cloud is not available for this organization.

---

[API](https://skmtc.net/openworklabs/apis/den-api.md) · [All operations](https://skmtc.net/openworklabs/apis/den-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/openworklabs/den-api/versions/805150503452/schema)
