---
title: "Retrieves the latest performance data for the facility and the target period year."
method: GET
path: "/v1.0/facilities/{facilityId}/performance-data-report/details"
tags: ["Target Period Performance Data Report of the Facility"]
---

# Retrieves the latest performance data for the facility and the target period year.

`GET /v1.0/facilities/{facilityId}/performance-data-report/details`

## Path parameters

- `facilityId` integer, required

## Query parameters

- `targetPeriodYear` string, required

## Response `200`

OK

- FacilityPerformanceDataReportDetailsDTO
  - `targetPeriod` 'TP5' | 'TP6' | 'TP7' | 'TP8' | 'TP9'
  - `atLeastSeventyPercentEnergyUsed` boolean
  - `calculatedResults` PerformanceDataFacilityCalculatedResults
    - `actualEnergyCarbon` string, decimal, required
    - `targetEnergyCarbon` string, decimal, required
    - `energyCarbonDifference` string, decimal, required
    - `targetImprovement` string, decimal, required
    - `weightedConversionFactor` string, decimal, required
    - `targetCo2Emissions` string, decimal, required
    - `actualCo2Emissions` string, decimal, required
    - `co2EmissionsDifference` string, decimal, required
    - `actualImprovement` string, decimal, required
    - `targetPeriodResultType` 'TARGET_MET' | 'TARGET_NOT_MET' | 'SUBMITTED' | 'OUTSTANDING'
    - `surplusGained` string, decimal
    - `buyOutRequired` string, decimal
  - `baselineAndTargets` PerformanceDataFacilityBaselineAndTargets
    - `baselineDate` string, date
    - `baselineYear` integer
    - `isTwelveMonths` boolean
    - `energyCarbonFactor` string, decimal
    - `measurementType` 'ENERGY_KWH' | 'ENERGY_MWH' | 'ENERGY_GJ' | 'CARBON_KG' | 'CARBON_TONNE'
    - `usedReportingMechanism` boolean
    - `improvements` object
    - `totalFixedEnergy` string, decimal
    - `variableEnergyType` 'TOTALS' | 'BY_PRODUCT'
    - `baselineVariableEnergy` string, decimal
    - `totalThroughput` string, decimal
    - `throughputUnit` string
    - `baselineEnergyCarbonIntensity` string, decimal
    - `variableEnergyConsumptionDataByProduct` ProductVariableEnergyConsumptionData[]
      - `productName` string, required
      - `baselineYear` integer, required
      - `productStatus` 'NEW' | 'LIVE' | 'EXCLUDED', required
      - `energy` string, decimal, required
      - `throughput` string, decimal, required
      - `throughputUnit` string, required
      - `energyCarbonIntensity` 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/versions/f5f4d893b86b/schema)
