---
title: "Get Template List"
method: GET
path: "/v1/template"
tags: ["templates"]
---

# Get Template List

`GET /v1/template`

Get user private(my) templates

## Response `200`

Example response

- object
  - `data` TemplateListItem[], required
    - `created_at` string, required
    - `id` string, required
    - `name` string, required
    - `shared_publicly` boolean
    - `updated_at` string
  - `message` string, required

## Other responses

- `401` — Example response
- `500` — Example response

## Changes

- **2024-01-31** `4f557b176ebd` — 3 info
  - the response property `data` became required for the status `200`
  - the response property `data` became required for the status `401`
  - the response property `data` became required for the status `500`
- **2023-12-06** `35be9c1301b7` — 1 info
  - api tag `templates` added
- **2023-12-05** `5c3748c387f7` — 1 breaking, 6 warning, 5 info
  - removed the required property `results` from the response with the `200` status
  - deleted the `header` request parameter `X-Team-Id`
  - deleted the `query` request parameter `fields`
  - deleted the `query` request parameter `limit`
  - …8 more

[Change history](https://skmtc.dev/projectdiscovery/apis/pdcp-api/changes/v1/template/get.md)

---

[API](https://skmtc.dev/projectdiscovery/apis/pdcp-api.md) · [All operations](https://skmtc.dev/projectdiscovery/apis/pdcp-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/projectdiscovery/pdcp-api/revisions/ba8a20839440/schema)
