---
title: "Get Notion data source details"
method: GET
path: "/notions/{id}"
tags: ["notions"]
---

# Get Notion data source details

`GET /notions/{id}`

Gets detailed information about a specific Notion data source.

Required scope: \`ingestion:manage\`

## Path parameters

- `id` string, required

## Response `200`

Successful retrieval of Notion data source

- Notion
  - `id` string, required — Notion data source ID
  - `ingestion_setting_id` string — Notion ingestion setting ID
  - `name` string, required — Name of the Notion ingestion setting
  - `page_id` string, required — Notion page ID
  - `creation_time` integer — Creation time (Unix timestamp in seconds)
  - `status` 'unknown' | 'queued' | 'not_started' | 'managed' | 'starting' | 'started' | 'success' | 'failure' | 'canceling' | 'canceled' | 'deleting' | 'delete_job_failure', required — Job status
  - `start_time` integer — Job start time (Unix timestamp in seconds)
  - `end_time` integer — Job end time (Unix timestamp in seconds)
  - `error` JobError, nullable
    - `title` string — Error title
    - `message` string — Error message
  - `metadata` Metadata
    - `records` MetadataRecord[] — List of metadata records. A patch may contain up to 40 items; the merged result is capped at 20.
      - `key` string, required — Metadata key (max 20 characters)
      - `val` unknown, required
      - `type` 'string' | 'integer' | 'float' | 'date' | 'datetime' — Data type of the metadata value

## Other responses

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

## Changes

> 71 revisions in range; 18 not diffed.

- **2026-04-02** `8bc99b31eabf` — 1 info
  - added the optional property `metadata` to the response with the `200` status
- **2026-03-27** `d5bad61b1542` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/qlonolink/apis/qaip-apis/changes/notions/:id/get.md)

---

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