---
title: "Retrieves the facility performance data status info"
method: GET
path: "/v1.0/facilities/{facilityId}/performance-data-report/status"
tags: ["Target Period Performance Data Report of the Facility"]
---

# Retrieves the facility performance data status info

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

## Path parameters

- `facilityId` integer, required

## Query parameters

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

## Response `200`

OK

- FacilityPerformanceDataStatusInfoDTO[]
  - `targetPeriodType` 'TP5' | 'TP6' | 'TP7' | 'TP8' | 'TP9'
  - `targetPeriodName` string
  - `targetPeriodYear` integer
  - `variationIndicator` boolean
  - `locked` boolean
  - `reportVersion` integer
  - `submissionDate` string, date
  - `lockEditable` boolean
  - `variationIndicatorEditable` boolean

## Other responses

- `403` — Forbidden
- `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)
