---
title: "Get Notion setting"
method: GET
path: "/notion-settings/{id}"
tags: ["notion-settings"]
---

# Get Notion setting

`GET /notion-settings/{id}`

Gets the setting (schedule, page ID, etc.) for Notion data sources.

Required roles: All

## Path parameters

- `id` string, required

## Response `200`

Successful retrieval of Notion setting

- NotionSetting
  - `id` string, required — Notion ingestion setting ID
  - `name` string, required — Name of the Notion ingestion setting
  - `page_id` string, required — Notion page ID
  - `rrule` string — Recurrence rule (RFC 5545 RRULE)
  - `secret_id` string — ID of the associated secret

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.net/qlonolink/apis/qaip-apis.md) · [All operations](https://skmtc.net/qlonolink/apis/qaip-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/qlonolink/qaip-apis/revisions/f5f5994dfe05/schema)
