---
title: "Retrieves the latest performance data for the account and the target period."
method: GET
path: "/v1.0/target-unit-accounts/{accountId}/performance-data-report/details"
tags: ["Target Period Performance Data Report of the Account"]
---

# Retrieves the latest performance data for the account and the target period.

`GET /v1.0/target-unit-accounts/{accountId}/performance-data-report/details`

## Path parameters

- `accountId` integer, required

## Query parameters

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

## Response `200`

OK

- AccountPerformanceDataReportDetailsDTO
  - `targetPeriodReport` FileInfoDTO
    - `name` string
    - `uuid` string
  - `submissionDate` string, date-time
  - `submissionType` 'PRIMARY' | 'SECONDARY'
  - `reportVersion` integer
  - `energyCarbonUnit` 'ENERGY_KWH' | 'ENERGY_MWH' | 'ENERGY_GJ' | 'CARBON_KG' | 'CARBON_TONNE'
  - `targetType` 'ABSOLUTE' | 'RELATIVE' | 'NOVEM'
  - `throughputUnit` string
  - `tpPerformance` string, decimal
  - `percentTarget` string, decimal
  - `tpPerformancePercent` string, decimal
  - `tpOutcome` 'TARGET_MET' | 'BUY_OUT_REQUIRED' | 'SURPLUS_USED_BUY_OUT_REQUIRED' | 'SURPLUS_USED' | 'OUTSTANDING'
  - `carbonSurplusBuyOutDTO` CarbonSurplusBuyOutDTO
    - `co2Emissions` string, decimal
    - `surplusUsed` string, decimal
    - `surplusGained` string, decimal
    - `priBuyOutCarbon` string, decimal
    - `priBuyOutCost` string, decimal
  - `secondaryMoASurplusBuyOutDTO` SecondaryMoASurplusBuyOutDTO
    - `co2Emissions` string, decimal
    - `priBuyOutCarbon` string, decimal
    - `prevBuyOutCo2` string, decimal
    - `prevSurplusUsed` string, decimal
    - `prevSurplusGained` string, decimal
    - `secondaryBuyOutCo2` string, decimal
    - `secondaryBuyOutCost` string, decimal

## Other responses

- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

---

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