Skip to main content
Return the saved templates in a project, newest first. Cursor-paginated like every list endpoint. GET /v1/templates Results are scoped to the project resolved from your key (or the X-Drin-Product header for account-wide keys).

Query parameters

integer
Page size, 1100. Defaults server-side.
string
The nextCursor from a previous response. Omit for the first page; when nextCursor is null you’ve reached the end. See Pagination.

Request

Response

A cursor page of template objects.
200 OK