---
title: "List templates in a data source"
method: GET
path: "/v1/data_sources/{data_source_id}/templates"
tags: ["Data sources"]
---

# List templates in a data source

`GET /v1/data_sources/{data_source_id}/templates`

## Path parameters

- `data_source_id` string, required

## Query parameters

- `name` string — Filter templates by name (case-insensitive substring match).
- `start_cursor` string — If supplied, this endpoint will return a page of results starting after the cursor provided. If not supplied, this endpoint will return the first page of results.
- `page_size` integer — The number of items from the full list desired in the response. Maximum: 100

## Headers

- `Notion-Version` '2026-03-11', required

## Response `200`

- object
  - `templates` object[], required — Array of templates available in this data source.
    - `id` string, uuid, required
    - `name` string, required — Name of the template.
    - `is_default` boolean, required — Whether this template is the default template for the data source.
  - `has_more` boolean, required — Whether there are more templates available beyond this page.
  - `next_cursor` string, uuid, required

## Other responses

- `400`
- `401`
- `403`
- `404`
- `406`
- `409`
- `429`
- `500`
- `503`
- `504`
- `529`

---

[API](https://skmtc.net/notion/apis/notion-api.md) · [All operations](https://skmtc.net/notion/apis/notion-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/notion/notion-api/versions/551da43bb186/schema)
