---
title: "Gets a custom project template"
method: GET
path: "/rest/api/2/project-template/live-template"
tags: ["Project templates"]
---

# Gets a custom project template

`GET /rest/api/2/project-template/live-template`

Get custom template

This API endpoint allows you to get a live custom project template details by either templateKey or projectId

***Note: Custom Templates are only supported for Jira Enterprise edition.***

## Query parameters

- `projectId` string
- `templateKey` string

## Response `200`

200 response

- ProjectTemplateModel
  - `archetype` ProjectArchetype
    - `realType` 'BUSINESS' | 'SOFTWARE' | 'PRODUCT_DISCOVERY' | 'SERVICE_DESK' | 'CUSTOMER_SERVICE' | 'OPS'
    - `style` 'classic' | 'next-gen'
    - `type` 'BUSINESS' | 'SOFTWARE' | 'PRODUCT_DISCOVERY' | 'SERVICE_DESK' | 'CUSTOMER_SERVICE' | 'OPS'
  - `defaultBoardView` string
  - `description` string
  - `liveTemplateProjectIdReference` integer
  - `name` string
  - `projectTemplateKey` ProjectTemplateKey
    - `key` string
    - `uuid` string, uuid
  - `snapshotTemplate` object
  - `templateGenerationOptions` CustomTemplateOptions
    - `enableScreenDelegatedAdminSupport` boolean — Enable screen delegated admin support for the template. This means screen and associated schemes will be copied rather than referenced.
    - `enableWorkflowDelegatedAdminSupport` boolean — Enable workflow delegated admin support for the template. This means workflows and workflow schemes will be copied rather than referenced.
  - `type` 'LIVE' | 'SNAPSHOT'

---

[API](https://skmtc.net/atlassian/apis/the-jira-cloud-platform-rest-api.md) · [All operations](https://skmtc.net/atlassian/apis/the-jira-cloud-platform-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/atlassian/the-jira-cloud-platform-rest-api/versions/a26541c2f8bd/schema)
