---
title: "Get settings"
method: GET
path: "/v3/settings"
tags: ["Settings"]
---

# Get settings

`GET /v3/settings`

Get settings for an organization

## Response `200`

Settings retrieved successfully

- object
  - `excludeItems` union
    - string
    - number
    - boolean
    - object
    - unknown[]
      - unknown
  - `filterPrompt` string, nullable
  - `googleDriveClientId` string, nullable
  - `googleDriveClientSecret` string, nullable
  - `googleDriveCustomKeyEnabled` boolean, nullable
  - `includeItems` union
    - string
    - number
    - boolean
    - object
    - unknown[]
      - unknown
  - `notionClientId` string, nullable
  - `notionClientSecret` string, nullable
  - `notionCustomKeyEnabled` boolean, nullable
  - `onedriveClientId` string, nullable
  - `onedriveClientSecret` string, nullable
  - `onedriveCustomKeyEnabled` boolean, nullable
  - `githubClientId` string, nullable
  - `githubClientSecret` string, nullable
  - `githubCustomKeyEnabled` boolean, nullable
  - `shouldLLMFilter` boolean, nullable
  - `chunkSize` integer, nullable
  - `profileBuckets` object[] — Profile bucket definitions
    - `key` string, required — Stable slug for the bucket, stored on each memory
    - `description` string — What belongs in this bucket — used to guide the ingestion classifier.
  - `workspacePrompt` string, nullable

## Other responses

- `401` — Unauthorized
- `500` — Internal server error

## Changes

> 8 revisions in range; 2 could not be searched.

- **2026-07-26** `9a2008ad4ee5` — 1 info
  - added the optional property `workspacePrompt` to the response with the `200` status

[Change history](https://skmtc.dev/supermemory/apis/supermemory-api/changes/v3/settings/get.md)

---

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