---
title: "List blocked times"
method: GET
path: "/blocked_times"
tags: ["Blocked Time Endpoints"]
---

# List blocked times

`GET /blocked_times`

Get all future schedule blocks.

## Headers

- `Authorization` string, required

## Response `200`

Blocked times

- BlockedTime[]
  - `id` integer
  - `room_id` integer
  - `reason` string
  - `start_at` integer — Unix timestamp
  - `end_at` integer — Unix timestamp
  - `start_time` string — Format: YYYY-MM-DD HH:MM
  - `end_time` string — Format: YYYY-MM-DD HH:MM
  - `room` object
    - `id` integer
    - `name` string
    - `code` string

---

[API](https://skmtc.net/jammed-org/apis/jammed-bookings-api.md) · [All operations](https://skmtc.net/jammed-org/apis/jammed-bookings-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/jammed-org/jammed-bookings-api/revisions/3fc6a6f91b06/schema)
