---
title: "GET /api/internal/desktop/cloud-status"
method: GET
path: "/api/internal/desktop/cloud-status"
tags: ["Desktop"]
---

# GET /api/internal/desktop/cloud-status

`GET /api/internal/desktop/cloud-status`

## Response `200`

Cloud status

- object
  - `connected` boolean, required
  - `polling` boolean
  - `userId` string, nullable
  - `userName` string, nullable
  - `userEmail` string, nullable
  - `connectedAt` string, nullable
  - `models` object[]
    - `id` string, required
    - `name` string, required
    - `provider` string
  - `cloudUrl` string, required
  - `linkUrl` string, nullable, required
  - `activeProfileName` string, required
  - `profiles` object[], required
    - `name` string, required
    - `cloudUrl` string, uri, required
    - `linkUrl` string, uri, required
    - `connected` boolean, required
    - `polling` boolean
    - `userId` string, nullable
    - `userName` string, nullable
    - `userEmail` string, nullable
    - `connectedAt` string, nullable
    - `modelCount` integer, required

## Changes

- **2026-04-07** `d8eef2729f1c` — 2 info
  - added the optional property `profiles/items/userId` to the response with the `200` status
  - added the optional property `userId` to the response with the `200` status
- **2026-03-23** `245e6f96216b` — 4 info
  - added the required property `activeProfileName` to the response with the `200` status
  - added the required property `cloudUrl` to the response with the `200` status
  - added the required property `linkUrl` to the response with the `200` status
  - added the required property `profiles` to the response with the `200` status
- **2026-03-19** `239b3cc94d80` — 4 breaking, 1 warning
  - removed the required property `activeProfileName` from the response with the `200` status
  - removed the required property `cloudUrl` from the response with the `200` status
  - removed the required property `linkUrl` from the response with the `200` status
  - removed the required property `profiles` from the response with the `200` status
  - …1 more

[Change history](https://skmtc.dev/nexu-io/apis/nexu-controller-api/changes/api/internal/desktop/cloud-status/get.md)

---

[API](https://skmtc.dev/nexu-io/apis/nexu-controller-api.md) · [All operations](https://skmtc.dev/nexu-io/apis/nexu-controller-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/nexu-io/nexu-controller-api/revisions/ee3237405da6/schema)
