---
title: "Get the active flags raised on an item. Cleared flags excluded.
Visibility-filtered: tenant-primary callers see all rows; others see global
flags plus those scoped to their own account. Returns an empty list if the
`UNIQUE_ITEMS` feature is not enabled."
method: GET
path: "/v1/Items/{itemId}/flags"
tags: ["Items"]
---

# Get the active flags raised on an item. Cleared flags excluded.
Visibility-filtered: tenant-primary callers see all rows; others see global
flags plus those scoped to their own account. Returns an empty list if the
`UNIQUE_ITEMS` feature is not enabled.

`GET /v1/Items/{itemId}/flags`

## Path parameters

- `itemId` integer, required

## Query parameters

- `Account` unknown

## Response `200`

Success

- ItemFlagResponse[]
  - `id` integer
  - `flagTypeId` integer
  - `name` string, nullable
  - `color` string, nullable
  - `severity` 0 | 1 | 2
  - `accountId` integer, nullable
  - `raisedByUserId` integer
  - `raisedAt` string, date-time

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden

---

[API](https://skmtc.net/invendor/apis/io-commonapi.md) · [All operations](https://skmtc.net/invendor/apis/io-commonapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/invendor/io-commonapi/versions/0e4626e69155/schema)
