---
title: "Get a specific workspace by domain"
method: GET
path: "/workspaces/{workspace_domain}"
tags: ["Workspace API"]
---

# Get a specific workspace by domain

`GET /workspaces/{workspace_domain}`

## Path parameters

- `workspace_domain` string, required

## Response `200`

- WorkspaceView
  - `url` string — API endpoint to GET this object
  - `html_url` string — Web URL to view this object in Buddy.works
  - `id` integer — The ID of the workspace
  - `name` string — The name of the workspace
  - `domain` string — The human-readable ID of the workspace. Alphanumeric characters, underscores, and hyphens (hyphens cannot appear at the start or end).
  - `owner_id` integer — The ID of the workspace owner
  - `frozen` boolean — Whether the workspace is frozen
  - `create_date` string, date-time — The date and time when the workspace was created
  - `default_pipeline_resource` 'DEFAULT' | 'NANO' | 'SMALL' | 'MEDIUM' | 'LARGE' | 'XLARGE' | 'CUSTOM' | 'X2LARGE' — Default pipeline resource allocation for the workspace
  - `sso_enabled` boolean — Whether Single Sign-On (SSO) is enabled for the workspace
  - `public_pipelines_disabled` boolean — Whether public pipelines are disabled in the workspace

---

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