---
title: "Get a Workspace"
method: GET
path: "/v1/organizations/{organizationId}/workspaces/{workspaceId}"
tags: ["workspaces"]
---

# Get a Workspace

`GET /v1/organizations/{organizationId}/workspaces/{workspaceId}`

Get the specified Workspace.

## Path parameters

- `organizationId` string, required
- `workspaceId` string, required

## Response `200`

The Workspace details have been retrieved

- WorkspaceSchema
  - `workspaceId` string, required — Unique identifier for the Workspace.
  - `region` 'us-west-2' | 'us-east-1' | 'us-east-2' | 'eu-central-1' | 'eu-central-2' | 'eu-west-2' | 'ap-southeast-1' | 'ap-southeast-2' | 'ca-central-1' | 'ap-northeast-1' | 'sa-east-1' | 'eu-west-1' | 'eu-west-3', required — AWS region where the Workspace is deployed.
  - `leaderFQDN` string, required — Fully Qualified Domain Name (FQDN) of the Workspace Leader.
  - `state` 'Provisioning' | 'Active' | 'Inactive' | 'Failed' | 'Deprovisioning', required — Current state of the Workspace.
  - `alias` string — User-friendly alias for the Workspace.
  - `description` string — Brief description of the Workspace.
  - `tags` string[] — Tags associated with the Workspace.

## Other responses

- `default` — Default error response

---

[API](https://skmtc.net/criblio/apis/cribl-cloud-public-api.md) · [All operations](https://skmtc.net/criblio/apis/cribl-cloud-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/criblio/cribl-cloud-public-api/versions/142869331eab/schema)
