---
title: "transfer info"
method: GET
path: "/api/v1/transfer"
---

# transfer info

`GET /api/v1/transfer`

Returns info about current transfer

## Response `200`

OK

- Transfer
  - `type` 'NO_TRANSFER' | 'FROM_WEB' | 'FROM_CONNECT' | 'FROM_PRINTER' | 'FROM_SLICER' | 'FROM_CLIENT' | 'TO_CONNECT' | 'TO_CLIENT', required
  - `display_name` string, required — Long Filename
  - `path` string, required
  - `url` string
  - `size` string — Bytes
  - `progress` number, required — Percents
  - `transferred` integer, required — Transferred data in bytes
  - `time_remaining` integer — Seconds
  - `time_transferring` integer, required — Seconds
  - `to_print` boolean, required — Whether or not print after finishing transfer (upload)

## Other responses

- `204` — No Content
- `401` — Unauthorized

## Changes

- **2023-03-21** `211b6b2b66ca` — 1 warning, 10 info
  - removed the optional property `transfer` from the response with the `200` status
  - added the optional property `size` to the response with the `200` status
  - added the optional property `time_remaining` to the response with the `200` status
  - added the optional property `url` to the response with the `200` status
  - …7 more
- **2023-02-27** `d35fc1b8f1a7` — 1 info
  - endpoint added
- **2023-02-17** `1f95332338b4` — 1 info
  - endpoint added
- **2023-02-16** `94071d81ccf6` — 1 breaking
  - api path removed without deprecation
- **2021-02-22** `30eda14983ed` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/prusa3d/apis/prusalink-web/changes/api/v1/transfer/get.md)

---

[API](https://skmtc.dev/prusa3d/apis/prusalink-web.md) · [All operations](https://skmtc.dev/prusa3d/apis/prusalink-web/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/prusa3d/prusalink-web/revisions/e0a5f7abc4df/schema)
