---
title: "Get all project templates"
method: GET
path: "/projectTemplates"
tags: ["ProjectTemplates"]
---

# Get all project templates

`GET /projectTemplates`

Returns all not deleted project templates. This is a cursor-paginated endpoint. For more information, please refer to our documentation on <a href="https://pipedrive.readme.io/docs/core-api-concepts-pagination" target="_blank" rel="noopener noreferrer">pagination</a>.

## Query parameters

- `cursor` string
- `limit` integer

## Response `200`

A list of project template.

- object
  - `success` boolean
  - `data` object[]
    - `id` number — The ID of a template
    - `title` string — The title of a template
    - `description` string — The description of a template
    - `projects_board_id` number — The ID of the project board this template is associated with
    - `owner_id` number — The ID of a template owner
    - `add_time` string — The creation date and time of the template in UTC. Format: YYYY-MM-DD HH:MM:SS.
    - `update_time` string — The update date and time of the template in UTC. Format: YYYY-MM-DD HH:MM:SS.
  - `additional_data` object — The additional data of the list
    - `next_cursor` string — The first item on the next page. The value of the `next_cursor` field will be `null` if you have reached the end of the dataset and there’s no more pages to be returned.

---

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