---
title: "Retrieves history of KYC operations"
method: GET
path: "/superuser/kyc/history"
tags: ["KYC Operations"]
---

# Retrieves history of KYC operations

`GET /superuser/kyc/history`

Get user's KYC operations

## Query parameters

- `page` integer
- `pageSize` integer
- `id` string
- `taxId` string

## Response `200`

KYC history retrieved

- KycHistoryOutput
  - `history` KycHistoryLog[]
    - `id` string, uuid
    - `userName` string
    - `status` string
    - `level` integer
    - `limits` KycLimits
      - `limitMint` integer
      - `limitBurn` integer
      - `limitSwapBuy` integer
      - `limitSwapSell` integer
      - `limitBRLAOutOwnAccount` integer
      - `limitBRLAOutThirdParty` integer
    - `birthDate` string, date-time
    - `documentData` string
    - `createdAt` string, date-time
    - `updatedAt` string, date-time
    - `failureReason` string
    - `documentType` string
    - `partnerTaxId` string

## Other responses

- `400` — Input could not be validated
- `401` — Authorization failure
- `429` — Rate limited
- `500` — Error internal to the server which probably shouldn't have happened, try again later

---

[API](https://skmtc.net/brla/apis/brla-superuser-api.md) · [All operations](https://skmtc.net/brla/apis/brla-superuser-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/brla/brla-superuser-api/revisions/236b95ba5c14/schema)
