---
title: "Returns the list of active transfers"
method: GET
path: "/v1/InternalMigration/Transfers"
tags: ["InternalMigration"]
---

# Returns the list of active transfers

`GET /v1/InternalMigration/Transfers`

## Query parameters

- `pageSize` integer
- `skip` integer

## Response `200`

The active transfers were retrieved

- AdaptekApiApplicationMigrationsQueriesGetActiveTransfersGetTransfersTotalResponse
  - `transfers` AdaptekApiApplicationMigrationsQueriesGetActiveTransfersGetActiveTransfersResponse[], nullable
    - `id` integer
    - `migratedEmployeeId` integer
    - `sourceHoldingCompanyId` integer
    - `targetHoldingCompanyId` integer
    - `sourceHoldingCompanyName` string, nullable
    - `targetHoldingCompanyName` string, nullable
    - `dateInitiated` string, date-time
    - `dateStarted` string, date-time, nullable
    - `dateCompleted` string, date-time, nullable
    - `agentNames` string[], nullable
    - `migrationStatusId` integer
    - `migrationStatus` string, nullable
    - `migrationLogCount` integer
    - `migrationWarningLogCount` integer
    - `migrationErrorLogCount` integer
    - `consumerCount` integer
    - `documentSize` integer
    - `documentIsTransferredSize` integer
    - `documentTotalSizeString` string, nullable
    - `documentTransferredCount` integer
    - `dataCount` integer
    - `dataTransferredCount` integer
    - `dayDuration` string, nullable
    - `hourDuration` string, nullable
    - `mintueDuration` string, nullable
    - `secondDuration` string, nullable
    - `millisecondDuration` string, nullable
    - `dataPercentComplete` string, nullable
    - `documentFileSizePercentComplete` string, nullable
    - `duration` string, nullable
  - `totalTransfers` integer

## Other responses

- `404` — The active transfers were not found

---

[API](https://skmtc.net/adaptek/apis/adaptek-api.md) · [All operations](https://skmtc.net/adaptek/apis/adaptek-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/adaptek/adaptek-api/versions/517cf2397b0d/schema)
