---
title: "List Review Flags Endpoint"
method: GET
path: "/reviews/flags"
---

# List Review Flags Endpoint

`GET /reviews/flags`

Active do-not-publish flags with provenance, for the Review page.

Scope by share link (the jump from the share editor) or by project(s). All-Projects mode
passes projectIds[] the same way /getShares does; the set is then narrowed to the projects
where the caller actually holds sharelinks.review.manage, so a union can never surface
flags from a project they can't manage.

## Query parameters

- `projectId` integer, nullable
- `projectIds[]` integer[]
- `shareId` string, nullable
- `page` integer
- `pageSize` integer

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/pavoot/apis/fastapi.md) · [All operations](https://skmtc.dev/pavoot/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/pavoot/fastapi/revisions/16997cca6697/schema)
