v1

latestOpenAPI 3.1.02026-07-2664485505.4 KB
Data sources

List templates in a data source

get/v1/data_sources/{data_source_id}/templates

Path parameters

data_source_idstring required

Query parameters

namestring

Filter templates by name (case-insensitive substring match).

start_cursorstring

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_sizeinteger

The number of items from the full list desired in the response. Maximum: 100

Headers

Notion-Version'2026-03-11' required

The API version to use for this request. The latest version is 2026-03-11.

Response

has_moreboolean required

Whether there are more templates available beyond this page.

next_cursorstring uuid required