---
title: "Get the reporting status history list for an account for all reporting years"
method: GET
path: "/v1.0/aviation/accounts/reporting-status-history/{accountId}"
tags: ["Aviation account reporting status"]
---

# Get the reporting status history list for an account for all reporting years

`GET /v1.0/aviation/accounts/reporting-status-history/{accountId}`

## Path parameters

- `accountId` integer, required

## Query parameters

- `page` integer, required
- `size` integer, required

## Response `200`

OK

- AviationAccountReportingStatusListResponse
  - `reportingStatusList` AviationAccountReportingStatusDTO[]
    - `accountId` integer
    - `status` 'REQUIRED_TO_REPORT' | 'EXEMPT_COMMERCIAL' | 'EXEMPT_NON_COMMERCIAL'
    - `year` integer
    - `lastUpdate` string, date-time
    - `isReported` boolean
  - `total` integer

## Other responses

- `403` — Forbidden
- `500` — Internal Server Error

---

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