---
title: "Get Workspace Record"
method: GET
path: "/v2/workspace:getRecord"
tags: ["Workspaces"]
---

# Get Workspace Record

`GET /v2/workspace:getRecord`

## Query parameters

- `name` string, required — Name of the workspace in which to perform the operation.

## Response `200`

Successful Response

- WorkspaceRecordResponse
  - `id` string, int64, required
  - `created_at` string, date-time, required — The time at which the resource was created
  - `created_by` string, required — The ID of the user who created the resource
  - `updated_at` string, date-time, required — The time at which the resource was last updated
  - `updated_by` string, required — The ID of the user who last updated the resource
  - `name` string, required
  - `region` 'EU' | 'US', required
  - `region_api_url` string, uri, required — The regional API URL of the workspace.
  - `workos_org_id` string, nullable, required — WorkOS organization ID of the workspace. None if workos is not enabled or the workspace is not associated with a WorkOS organization.
  - `deleted_at` string, date-time, nullable, required
  - `deleted_by` string, nullable, required

## Other responses

- `422` — Validation Error

---

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