---
title: "Query Period details"
method: GET
path: "/api/v1/calendar/periods"
tags: ["General.Calendar", "ENTERPRISE"]
---

# Query Period details

`GET /api/v1/calendar/periods`

Get a list of detailed periods from a given start period to an end period. Will always return one of the monthly resolutions.

## Query parameters

- `period_gte` 'YYYY-MM-DD', required
- `period_lte` 'YYYY-MM-DD', required

## Response `200`

The periods were successfully returned.

- GeneralCalendar[]
  - `endDate` integer — Timestamp at the end of the period
  - `name` string
  - `resolution` 'MONTHLY' | 'MONTHLY_ADJUSTED' — Resolution for the statistics.
  - `startDate` integer — Timestamp at the start of the period

## Other responses

- `400` — A period query parameter format is invalid or period_gte is after period_lte or it is out of range.

---

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