---
title: "Get list of transfers. Optional use the transferId parameter to only get one item."
method: GET
path: "/transfer"
tags: ["transfer"]
---

# Get list of transfers. Optional use the transferId parameter to only get one item.

`GET /transfer`

Retrieve a paginated list of transfers with optional filtering.

## Query parameters

- `transferId` string
- `page` integer — Page number for pagination.
- `pageSize` integer — Number of transfers per page.

## Response `200`

Get Transfer status retrieved successfully

- GetTransferResponse
  - `transfers` TransferItem[]
    - `transferId` string
    - `status` string
  - `total` integer — Total number of transfers.

## Other responses

- `400` — Invalid request

---

[API](https://skmtc.dev/swissopenem/apis/scicat-ingestor-api.md) · [All operations](https://skmtc.dev/swissopenem/apis/scicat-ingestor-api/llms.txt) · [OpenAPI document](https://skmtc.dev/swissopenem/apis/scicat-ingestor-api/revisions/39d475e451b2?raw)
