---
title: "Get workspace details"
method: GET
path: "/workspaces/{ws_id}"
tags: ["Workspaces"]
---

# Get workspace details

`GET /workspaces/{ws_id}`

Retrieves the details of a specific workspace, including its members and configuration.

## Path parameters

- `ws_id` string, required

## Response `200`

Workspace details

- ModelsWorkspaceDescription
  - `case_management_dashboard_enabled` boolean
  - `description` string
  - `display_name` string
  - `enable_overview_page` boolean
  - `entities` ModelsEntityInfo[]
    - `email` string
    - `id` string
    - `is_invite` boolean
    - `member_count` integer
    - `members` string[]
    - `name` string
    - `type` string
    - `workspace_role` string
  - `id` string
  - `name` string
  - `type` string

## Other responses

- `400` — Invalid request
- `404` — Workspace not found

---

[API](https://skmtc.net/blinkops/apis/blink-rest-api.md) · [All operations](https://skmtc.net/blinkops/apis/blink-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/blinkops/blink-rest-api/revisions/f043409736b2/schema)
