---
title: "Get transfer"
method: POST
path: "/account/v1alpha1/get-transfer"
tags: ["Transfer"]
---

# Get transfer

`POST /account/v1alpha1/get-transfer`

Get transfer

## Request body

- HelperGetTransferRecordReq
  - `endTime` string
  - `kubeConfig` string
  - `owner` string
  - `page` integer — @Summary Page @Description Page
  - `pageSize` integer — @Summary Page Size @Description Page Size
  - `startTime` string
  - `token` string
  - `transferID` string — @Summary Transfer ID @Description Transfer ID
  - `type` integer — 0: all, 1: in, 2: out @Summary Type of the request @Description Type of the request: 0: all, 1: transfer in, 2: transfer out
  - `userID` string
  - `userUID` string

## Response `200`

successfully get transfer

- object

## Other responses

- `401` — authenticate error
- `500` — failed to get transfer

---

[API](https://skmtc.net/labring/apis/sealos-account-service.md) · [All operations](https://skmtc.net/labring/apis/sealos-account-service/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/labring/sealos-account-service/revisions/185eff260477/schema)
