---
title: "get public settings"
method: GET
path: "/w/{workspace}/workspaces/get_public_settings"
tags: ["workspace"]
---

# get public settings

`GET /w/{workspace}/workspaces/get_public_settings`

Returns the subset of workspace settings safe to expose to any workspace member. The full settings struct is admin-only via `getSettings`.

## Path parameters

- `workspace` string, required

## Response `200`

status

- object
  - `workspace_id` string, required
  - `slack_name` string
  - `slack_team_id` string
  - `teams_team_id` string
  - `teams_team_name` string
  - `teams_team_guid` string
  - `large_file_storage` LargeFileStorage
    - `type` 'S3Storage' | 'AzureBlobStorage' | 'AzureWorkloadIdentity' | 'S3AwsOidc' | 'GoogleCloudStorage'
    - `s3_resource_path` string
    - `azure_blob_resource_path` string
    - `gcs_resource_path` string
    - `public_resource` boolean
    - `advanced_permissions` S3PermissionRule[]
      - `pattern` string, required
      - `allow` string, required
    - `secondary_storage` object
  - `datatable` DataTableSettings
    - `datatables` object, required
  - `deploy_ui` WorkspaceDeployUISettings
    - `include_path` string[]
    - `include_type` GitSyncObjectType[]
  - `mute_critical_alerts` boolean

## Changes

> 176 revisions in range; 14 could not be searched.

- **2026-07-31** `84647911dbb7` — 1 warning
  - added the new `datatablemigration` enum value to the `deploy_ui/include_type/items/` response property for the response status `200`
- **2026-07-07** `d37a7fbeb3de` — 1 info
  - added the optional property `datatable/datatables/additionalProperties/migrations_enabled` to the response with the `200` status

[Change history](https://skmtc.dev/windmill/apis/windmill-api/changes/w/:workspace/workspaces/get_public_settings/get.md)

---

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