---
title: "List Project Labels"
method: GET
path: "/projects/{project_id}/labels"
tags: ["Projects"]
---

# List Project Labels

`GET /projects/{project_id}/labels`

## Path parameters

- `project_id` string, id, required

## Query parameters

- `page` integer
- `per_page` integer

## Response `200`

List of project labels sorted alphabetically

- Tag[]
  - `id` string, required — A unique ID for the Tag.
  - `company_id` string — A unique ID for the Company the Tag belongs to
  - `display_value` string — The display value of the Tag. Used to display to the user
  - `value` string — The lowercase version of the display_value. This is useful for searching and sorting
  - `created_at` integer — Timestamp when the Tag was created on the server
  - `updated_at` integer — Timestamp when the Tag was last updated

## Other responses

- `400` — Bad Request
- `404` — Not found
- `500` — Unexpected error

---

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