---
title: "Retrieves all project tags in the account, sorted alphabetically by name (case-insensitive).
Tags are returned independently of whether they are currently assigned to any project, so this
can populate tag pickers and filters. Requires the same permission as creating or updating a
project; read-only users are denied."
method: GET
path: "/api/ProjectTag"
tags: ["ProjectTag"]
---

# Retrieves all project tags in the account, sorted alphabetically by name (case-insensitive).
Tags are returned independently of whether they are currently assigned to any project, so this
can populate tag pickers and filters. Requires the same permission as creating or updating a
project; read-only users are denied.

`GET /api/ProjectTag`

## Response `200`

Returns all project tags in the account, sorted alphabetically by name.

- ProjectTagList — Collection of an account's project tags.
  - `Tags` ProjectTagItem[] — The account's project tags, sorted alphabetically by name (case-insensitive).
    - `ProjectTagID` integer — Unique identifier for the project tag.
    - `Name` string — Tag name.

## Other responses

- `401` — Unauthorized
- `403` — Your user account does not have the required roles to use this API endpoint.

---

[API](https://skmtc.net/avaza/apis/avaza-api-documentation.md) · [All operations](https://skmtc.net/avaza/apis/avaza-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/avaza/avaza-api-documentation/versions/1eeadf750514/schema)
