---
title: "Get workspace details: name, url key, tags, strategy, active products, and active constitution rules."
method: GET
path: "/api/v1/workspace"
tags: ["workspace"]
---

# Get workspace details: name, url key, tags, strategy, active products, and active constitution rules.

`GET /api/v1/workspace`

strategy is read from workspaces.settings.strategy (null when unset). products only includes status='active' rows, sorted created_at ASC. Optional product columns (description/productVision/northStar/targetAudience/manifest/icon/color) are omitted from JSON when falsy (mapped to undefined); defaultContext defaults to {}. constitutionRules only includes is_active=true rows, sorted created_at DESC; rationale/scope/examples omitted when null/non-array; enforcement defaults to 'required'.

## Query parameters

- `workspace_id` string

## Response `200`

Workspace returned.

- object

## Other responses

- `400` — Cookie auth missing workspace_id query param.
- `401` — Missing/invalid API key or no valid session cookie.
- `403` — API key lacks read scope; or cookie auth not a workspace member.
- `404` — Workspace not found.
- `500` — Products fetch failure or internal error.

---

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