---
title: "GET /v1/account/referral/records"
method: GET
path: "/v1/account/referral/records"
tags: ["AccountService"]
---

# GET /v1/account/referral/records

`GET /v1/account/referral/records`

ListReferrals 获取推广记录列表

## Query parameters

- `page` integer
- `pageSize` integer

## Response `200`

OK

- AccountV1ListReferralsReply
  - `page` integer
  - `pageSize` integer
  - `records` AccountV1ReferralRecord[]
    - `registeredAt` string, date-time — 注册时间
    - `rewardMicros` string — 奖励金额（单位：micros）
    - `status` string — 状态：pending=待确认 completed=已完成
    - `userId` string — 被邀请用户 ID
    - `username` string — 被邀请用户名
  - `total` integer

---

[API](https://skmtc.dev/apiqik/apis/apiqik-api.md) · [All operations](https://skmtc.dev/apiqik/apis/apiqik-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/apiqik/apiqik-api/revisions/e06b96127408/schema)
