---
title: "GET /special-hours"
method: GET
path: "/special-hours"
tags: ["specialHours"]
---

# GET /special-hours

`GET /special-hours`

Retrieve list of special hours

## Query parameters

- `offset` integer
- `limit` integer
- `order_by` string
- `location_id` integer
- `owner_id` integer
- `rental_id` integer
- `EmployeeLocations` integer[]

## Response `200`

- SpecialHour[]
  - `created` string
  - `created_from_id` integer
  - `dropoff` SpecialHourDropoff
    - `end_time` integer
    - `start_time` integer
    - `unavailable` boolean
  - `end_date` string
  - `id` integer
  - `location_id` integer, nullable
  - `name` string
  - `owner_id` integer
  - `pickup` SpecialHourPickup
    - `end_time` integer
    - `start_time` integer
    - `unavailable` boolean
  - `repeats` boolean
  - `start_date` string
  - `updated` string
  - `weekdays` string[] — DBStringSlice is a []string with database conversion methods

## Other responses

- `400` — Invalid input or state means you're bad
- `401` — Unauthorized error

---

[API](https://skmtc.net/outdoorsy/apis/outdoorsy-api-documentation.md) · [All operations](https://skmtc.net/outdoorsy/apis/outdoorsy-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/outdoorsy/outdoorsy-api-documentation/versions/f0cf8f605ea0/schema)
