---
title: "Retrieves the surplus history for a specific account and target period"
method: GET
path: "/v1.0/target-unit-accounts/{accountId}/buy-out-surplus/history"
tags: ["Buy-out and surplus info"]
---

# Retrieves the surplus history for a specific account and target period

`GET /v1.0/target-unit-accounts/{accountId}/buy-out-surplus/history`

## Path parameters

- `accountId` integer, required

## Query parameters

- `targetPeriod` 'TP5' | 'TP6' | 'TP7' | 'TP8' | 'TP9', required

## Response `200`

OK

- SurplusHistoryDTO[]
  - `surplusGained` string, decimal
  - `comments` string
  - `submitter` string
  - `submissionDate` string, date-time

## Other responses

- `403` — Forbidden
- `404` — Not Found

---

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