---
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

## Other responses

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

## Changes

- **2026-04-06** `cb825424a780` — 2 info
  - api tag `Settings` added
  - api tag `Organization Settings` removed

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

---

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