---
title: "Get the active constitution rules for the authenticated workspace."
method: GET
path: "/api/v1/workspace/constitution"
tags: ["workspace"]
---

# Get the active constitution rules for the authenticated workspace.

`GET /api/v1/workspace/constitution`

Only returns is_active=true rules, sorted created_at DESC. rationale/scope omitted when null; examples omitted when not an array; enforcement defaults to 'required'. count is rules.length.

## Query parameters

- `workspace_id` string

## Response `200`

Rules 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.
- `500` — DB 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)
