---
title: "Data Transfer"
method: GET
path: "/api/data-transfer/v2/product/{productId}/data"
tags: ["Data Transfer"]
---

# Data Transfer

`GET /api/data-transfer/v2/product/{productId}/data`

Retrieves data defined by productId. The needed query parameters are depending on the requested productId. Please consult documentation to find the necessary parameters. This endpoint simply forwards the payload from the source system to the consumer.Before any data is transferred, the producer must have accepted an active data request that includes the requested product.

## Path parameters

- `productId` string, uuid, required

## Query parameters

- `queryParams` object

## Response `200`

OK

## Other responses

- `401` — Not Authorized
- `403` — Not Allowed
- `404` — The resource or element was not found
- `500` — Internal server error: unexpected error

## Changes

- **2026-08-25** `fae9385c823e` — 2 info
  - api tag `Data Transfer` added
  - api tag `Data Transfer V2` removed
- **2026-08-18** `c478ae39b261` — 2 info
  - api tag `Data Transfer V2` added
  - api tag `Data Transfer` removed
- **2026-08-13** `a0609096db65` — 2 info
  - api tag `Data Transfer` added
  - api tag `Data Transfer V2` removed
- **2026-06-04** `d1729646b766` — 2 warning
  - added the new `DATA_PROVIDER_ERROR` enum value to the `type` response property for the response status `404`
  - added the new `DATA_PROVIDER_ERROR` enum value to the `type` response property for the response status `500`
- **2026-05-29** `a598446f8093` — 2 info
  - removed the `DATA_PROVIDER_ERROR` enum value from the `type` response property for the response status `404`
  - removed the `DATA_PROVIDER_ERROR` enum value from the `type` response property for the response status `500`

[Full history](https://skmtc.dev/agridata/apis/agridata-ch-api/changes/api/data-transfer/v2/product/:productId/data/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)
