---
title: "Get Public Data Products Paginated"
method: GET
path: "/public/api/products/v2"
tags: ["Public Data Products"]
---

# Get Public Data Products Paginated

`GET /public/api/products/v2`

Retrieves a paginated list of all publicly available data products. Publicly accessible.

## Query parameters

- `language` string — language code for multilingual fields. Must be supported by application.
- `page` integer — page number
- `searchTerm` string — string to search for in the resource
- `size` integer — page size
- `sortBy` object — List of field names to sort by. Default is ascending prefix with - for descending

## Response `200`

OK

- PageResponseDtoPublicDataProductDto — Generic paginated response wrapper.
  - `items` PublicDataProductDto[], required — List of items on the current page.
    - `id` string, uuid, required
    - `dataSourceSystem` DataSourceSystemDto
      - `id` string, uuid, required
      - `code` string — Stable technical code of the source
      - `name` TranslationDto
        - `de` string
        - `fr` string
        - `it` string
      - `dataProvider` DataProviderDto, required
        - `id` string, uuid, required
        - `code` string — Stable technical code of the provider
        - `name` TranslationDto
          - `de` string
          - `fr` string
          - `it` string
        - `uid` string — UID of the data provider
      - `legalBasis` TranslationDto, required
        - `de` string
        - `fr` string
        - `it` string
    - `flowCode` 'UID_BASED_PRE_VALIDATION' | 'UID_BASED_POST_VALIDATION' | 'BUR_BASED_PRE_VALIDATION' | 'BUR_BASED_POST_VALIDATION' | 'UNBOUND_UID_BASED_POST_VALIDATION' | 'UNBOUND_BUR_BASED_POST_VALIDATION'
    - `name` TranslationDto
      - `de` string
      - `fr` string
      - `it` string
    - `description` TranslationDto
      - `de` string
      - `fr` string
      - `it` string
    - `links` LinkDto[] — List of relevant product links
      - `url` string
      - `displayText` string
    - `extendedDescription` TranslationDto
      - `de` string
      - `fr` string
      - `it` string
    - `deprecatedSince` string, date-time
    - `stateCode` union, required — State of the data product
      - 'DRAFT' | 'ACTIVE'
      - object
  - `totalItems` integer, required — Total number of items across all pages.
  - `totalPages` integer, required — Total number of pages available.
  - `currentPage` integer, required — Current page number (0-based ).
  - `pageSize` integer, required — Number of items per page.

## Other responses

- `404` — The resource or element was not found
- `500` — Internal server error: unexpected error

## Changes

- **2026-08-11** `52c1637abca0` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/agridata/apis/agridata-ch-api/changes/public/api/products/v2/get.md)

---

[API](https://skmtc.dev/agridata/apis/agridata-ch-api.md) · [All operations](https://skmtc.dev/agridata/apis/agridata-ch-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/agridata/agridata-ch-api/revisions/5760204210ed/schema)
