---
title: "Get museum hours"
method: GET
path: "/museum-hours"
tags: ["Operations"]
---

# Get museum hours

`GET /museum-hours`

Get upcoming museum operating hours.

## Query parameters

- `startDate` string, date
- `page` integer
- `limit` integer

## Response `200`

Success.

- MuseumDailyHours[] — List of museum operating hours for consecutive days.
  - `date` string, date, required
  - `timeOpen` string, required — Time the museum opens on a specific date. Uses 24 hour time format (`HH:mm`).
  - `timeClose` string, required — Time the museum closes on a specific date. Uses 24 hour time format (`HH:mm`).

## Other responses

- `400` — Bad request.
- `404` — Not found.

---

[API](https://skmtc.dev/redocly/apis/redocly-museum.md) · [All operations](https://skmtc.dev/redocly/apis/redocly-museum/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/redocly/redocly-museum/revisions/0ad444f6781e/schema)
