---
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.

- unknown[]
  - unknown

## 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.dev/tink/apis/tink-api.md) · [All operations](https://skmtc.dev/tink/apis/tink-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/tink/tink-api/revisions/3cd2b56986d4/schema)
