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

# Retrieves the buy-out and surplus details for a specific account

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

## Path parameters

- `accountId` integer, required

## Response `200`

OK

- AccountBuyOutSurplusInfoDTO
  - `excluded` boolean
  - `surplusGainedDTOList` SurplusGainedDTO[]
    - `targetPeriod` 'TP5' | 'TP6' | 'TP7' | 'TP8' | 'TP9'
    - `surplusGained` string, decimal
    - `hasHistory` boolean

## 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)
