v1

latestOpenAPI 3.0.22026-07-261040577.4 KB
Projects

List project templates

Retrieve all project templates available in your workspace. Templates are reusable blueprints that define a project's fields, views, tags, and structural layout.

Use the returned template IDs with the Create project (POST /v1/projects) endpoint to create a new project pre-populated with the template's configuration. This is useful for standardizing research workflows across your team.

Results are paginated and can be sorted by creation date or title.

get/v1/projects/templates

Query parameters

start_cursorstring
limitinteger nullable

See Pagination for details about how to use a cursor to iterate through the list.

'created_at:asc' | 'created_at:desc' | 'title:asc' | 'title:desc'
OR
string[]

See Sort for details on the sort parameter.

Response

200