---
title: "Gets currently active flag for the specified note"
method: GET
path: "/v1/notes/{noteId}/flags"
tags: ["Notes"]
---

# Gets currently active flag for the specified note

`GET /v1/notes/{noteId}/flags`

Retrieve the current active flag for a note (required scope notes:read)

## Path parameters

- `noteId` integer, required

## Headers

- `Customer-Id` integer, required

## Response `200`

OK

- ReadEntityFlagModel — Represents a flag applied to an entity. Used as the response model for all entity flag endpoints.<br/>The entity identifier is serialised under its entity-specific key (e.g. `jobId`,<br/>`jobGroupId`) taken from BigChange.BO.RestApi.Application.EntityFlags.Services.EntityFlagConfig.PrimaryKeyColumn
  - `historyId` integer — The unique identifier of the flag history entry
  - `flagId` integer — The unique identifier of the flag
  - `flagName` string — The name of the flag
  - `appliedAt` string, date-time — The UTC timestamp of when this flag was applied
  - `ownerName` string — The owner who applied the flag (user email or ID)
  - `comments` string, nullable — Additional context for the flag

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.net/bigchange/apis/bigchange-dx.md) · [All operations](https://skmtc.net/bigchange/apis/bigchange-dx/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bigchange/bigchange-dx/revisions/916e669fc527/schema)
