---
title: "Returns all task statuses of the project template with the specified id."
method: GET
path: "/projecttemplates/{projectTemplateId}/taskstatuses"
tags: ["projectTemplates"]
---

# Returns all task statuses of the project template with the specified id.

`GET /projecttemplates/{projectTemplateId}/taskstatuses`

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

## Path parameters

- `projectTemplateId` string, uuid, required

## Query parameters

- `page` integer
- `pageSize` integer
- `orderby` string
- `filterby` string

## Headers

- `Authorization` string, required

## Response `200`

OK

- TaskStatus[]
  - `id` string, uuid — The primary identifier of this task status.
  - `name` string, nullable — The name of the task status.
  - `type` string, nullable — Of what general type is this task status?.
  - `order` number, double, nullable — The order of the task status in a project.
  - `icon` string, nullable — The icon of the task status.
  - `projectId` string, uuid, nullable — Is set if the task status is related to a project.
  - `projectTypeId` string, uuid, nullable — Is set if the task status is related to a project type.
  - `workflowId` string, uuid, nullable — Is set if the task status is related to a workflow.
  - `createdOn` string, date-time — The date this entity was created.
  - `createdBy` string, uuid — The id of the user who created this entity.
  - `updatedOn` string, date-time — The date this entity was last modified.
  - `updatedBy` string, uuid — The id of the user who last modified this entity.
  - `isExternal` boolean — True if the task status is coming from an external workspace (awork Connect).

## 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)
