---
title: "Retrieves the task bundle associated with a project template."
method: GET
path: "/projecttemplates/{projectTemplateId}/taskbundle"
tags: ["projectTemplates"]
---

# Retrieves the task bundle associated with a project template.

`GET /projecttemplates/{projectTemplateId}/taskbundle`

<Check title="Required Permissions" icon="key">Any authenticated user.</Check>

## Path parameters

- `projectTemplateId` string, uuid, required

## Headers

- `Authorization` string, required

## Response `200`

OK

- TaskBundleResult
  - `taskBundleId` string, uuid — The id of the task bundle.

## Other responses

- `404` — Not Found

---

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