---
title: "GET /api/v1/flags"
method: GET
path: "/api/v1/flags"
tags: ["moderation"]
---

# GET /api/v1/flags

`GET /api/v1/flags`

## Query parameters

- `content_type` string[]
- `object_id` integer
- `order_by` string
- `page` integer
- `reason` string[]
- `size` integer
- `status` 'CLOSED' | 'OPEN'

## Response `200`

- PaginatedFlagList
  - `items` Flag[], required
    - `id` integer, required
    - `content_type` string, required
    - `object_id` integer, required
    - `reason` 'WRONG_TYPE' | 'WRONG_PRICE_VALUE' | 'WRONG_CURRENCY' | 'WRONG_PRODUCT' | 'WRONG_LOCATION' | 'WRONG_DATE' | 'OTHER', required — * `WRONG_TYPE` - Wrong type * `WRONG_PRICE_VALUE` - Wrong price value * `WRONG_CURRENCY` - Wrong currency * `WRONG_PRODUCT` - Wrong product * `WRONG_LOCATION` - Wrong location * `WRONG_DATE` - Wrong date * `OTHER` - Other
    - `comment` string, nullable
    - `status` 'OPEN' | 'CLOSED' — * `OPEN` - Open * `CLOSED` - Closed
    - `owner` string, nullable
    - `source` string, nullable
    - `created` string, date-time
    - `updated` string, date-time, required
  - `page` integer, required — Current page number
  - `pages` integer, required — Total number of pages
  - `size` integer, required — Number of items per page
  - `total` integer, required — Total number of items

---

[API](https://skmtc.net/openfoodfacts/apis/open-food-facts-open-prices-rest-api.md) · [All operations](https://skmtc.net/openfoodfacts/apis/open-food-facts-open-prices-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/openfoodfacts/open-food-facts-open-prices-rest-api/revisions/2315a270e4e6/schema)
