---
title: "Get reporting months for a given calendar or fiscal year"
method: GET
path: "/v1/organization/reporting_months"
tags: ["Organization management"]
---

# Get reporting months for a given calendar or fiscal year

`GET /v1/organization/reporting_months`

Use this endpoint to get a list of all the reporting months for a given calendar or fiscal year. If you ask for calendar year 2024, you will be given "2024-01", "2024-02", ..., "2024-12".

## Query parameters

- `fiscal_year` string
- `calendar_year` string

## Response `200`

Reporting months for a given calendar or fiscal year retrieved successfully

- Month[]

## Other responses

- `400` — Your request is missing a parameter or has the wrong data type

---

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