---
title: "Get Settings"
method: GET
path: "/workspaces/{workspace_id}/settings"
tags: ["workspaces"]
---

# Get Settings

`GET /workspaces/{workspace_id}/settings`

## Path parameters

- `workspace_id` string, required

## Response `200`

Successful Response

- WorkspaceSettingsBody — Workspace settings, read and replaced as one object. ``rules`` apply on the next read of the conformance view. ``service_bases`` and ``exclude_globs`` change contract extraction, so they apply on the next workspace index.
  - `service_bases` object
  - `exclude_globs` string[]
  - `rules` ConformanceRuleModel[]
    - `source` string, required
    - `target` string, required
    - `allow` boolean
    - `description` string

## Other responses

- `422` — Validation Error

## Changes

- **2026-09-23** `8c05b8b9a5c4` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/repowise/apis/repowise-hosted-api/changes/workspaces/:workspace_id/settings/get.md)

---

[API](https://skmtc.dev/repowise/apis/repowise-hosted-api.md) · [All operations](https://skmtc.dev/repowise/apis/repowise-hosted-api/llms.txt) · [OpenAPI document](https://skmtc.dev/repowise/apis/repowise-hosted-api/revisions/29a9df53f763?raw)
