---
title: "Returns the current state of a workspace"
method: POST
path: "/v1/web_backend/workspace/state"
tags: ["web_backend"]
---

# Returns the current state of a workspace

`POST /v1/web_backend/workspace/state`

## Request body

- WebBackendWorkspaceState
  - `workspaceId` string, uuid, required

## Response `200`

Successful operation

- WebBackendWorkspaceStateResult
  - `hasConnections` boolean, required
  - `hasDestinations` boolean, required
  - `hasSources` boolean, required

## Other responses

- `404` — Object with given id was not found.
- `422` — Input failed validation

---

[API](https://skmtc.net/airbyte/apis/config.md) · [All operations](https://skmtc.net/airbyte/apis/config/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/airbyte/config/revisions/ce48e08e02ec/schema)
