---
title: "List support hours."
method: GET
path: "/support-hours"
tags: ["Support Hours"]
---

# List support hours.

`GET /support-hours`

Returns a shallow list of support hours without exception details. Use the single resource endpoint to retrieve the complete support hour including all exceptions.

## Query parameters

- `start-index` integer
- `max-results` integer

## Response `200`

list of support hours

- SupportHourListItem[]
  - `id` integer
  - `name` string
  - `teams` TeamRel[]
    - `id` integer
    - `name` string
  - `timezone` 'Europe/Berlin' | 'America/New_York' | 'America/Los_Angeles' | 'Asia/Istanbul'
  - `supportDays` object
    - `MONDAY` SupportDay
      - `start` string, time, required
      - `end` string, time, required
    - `TUESDAY` SupportDay
      - `start` string, time, required
      - `end` string, time, required
    - `WEDNESDAY` SupportDay
      - `start` string, time, required
      - `end` string, time, required
    - `THURSDAY` SupportDay
      - `start` string, time, required
      - `end` string, time, required
    - `FRIDAY` SupportDay
      - `start` string, time, required
      - `end` string, time, required
    - `SATURDAY` SupportDay
      - `start` string, time, required
      - `end` string, time, required
    - `SUNDAY` SupportDay
      - `start` string, time, required
      - `end` string, time, required

---

[API](https://skmtc.dev/ilert/apis/ilert-rest-api.md) · [All operations](https://skmtc.dev/ilert/apis/ilert-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ilert/ilert-rest-api/revisions/cb7d5a5f9ab8/schema)
