---
title: "Returns all project statuses of the project with the specified id."
method: GET
path: "/projects/{projectId}/projectstatuses"
tags: ["projectStatuses"]
---

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

`GET /projects/{projectId}/projectstatuses`

Returns all project statuses relevant to the project with the specified id. If the project is linked to a workflow, the workflow's project statuses are returned.
            <Check title="Required Permissions" icon="key">The user must either be admin, have `project-master-data:read` permissions or be the creator of the project.</Check>

## Path parameters

- `projectId` string, uuid, required

## Query parameters

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

## Headers

- `Authorization` string, required

## Response `200`

OK

- ProjectStatus[]
  - `id` string, uuid — The primary identifier of this project status.
  - `name` string, nullable — The name of the project status.
  - `type` string, nullable — The general type of this project status.
  - `order` integer, nullable — The order of this status.
  - `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.
  - `projectTemplateId` string, uuid, nullable — The id of the project template of the status.
  - `projectId` string, uuid, nullable — The id of the project the status belongs to.
  - `workflowId` string, uuid, nullable — The id of the workflow linked to this project status.
  - `updatedBy` string, uuid — The id of the user who last modified this entity.
  - `isExternal` boolean — True if the project status is coming from an external workspace (awork Connect).

## Other responses

- `401` — Unauthorized
- `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)
