---
title: "Get workspace"
method: GET
path: "/workspace"
tags: ["Workspaces"]
---

# Get workspace

`GET /workspace`

Get details about the current workspace

## Response `200`

Workspace details

- Workspace
  - `id` string, uuid
  - `name` string
  - `slug` string
  - `timezone` string, nullable
  - `createdAt` string, date-time

## Other responses

- `401` — Unauthorized - Missing or invalid API key
- `404` — Not Found - Resource does not exist

---

[API](https://skmtc.net/tryordinal/apis/ordinal-api.md) · [All operations](https://skmtc.net/tryordinal/apis/ordinal-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tryordinal/ordinal-api/revisions/1d0792ff454f/schema)
