---
title: "GET /hours-of-operations/{InstanceId}/{HoursOfOperationId}"
method: GET
path: "/hours-of-operations/{InstanceId}/{HoursOfOperationId}"
---

# GET /hours-of-operations/{InstanceId}/{HoursOfOperationId}

`GET /hours-of-operations/{InstanceId}/{HoursOfOperationId}`

This API is in preview release for Amazon Connect and is subject to change.

Describes the hours of operation.

## Path parameters

- `InstanceId` string, required
- `HoursOfOperationId` string, required

## Response `200`

Success

- DescribeHoursOfOperationResponse
  - `HoursOfOperation` object — The hours of operation.
    - `HoursOfOperationId` string — The identifier for the hours of operation.
    - `HoursOfOperationArn` string — The Amazon Resource Name (ARN) for the hours of operation.
    - `Name` string — The name for the hours of operation.
    - `Description` string — The description for the hours of operation.
    - `TimeZone` string — The time zone for the hours of operation.
    - `Config` HoursOfOperationConfig[] — Configuration information for the hours of operation.
      - `Day` 'SUNDAY' | 'MONDAY' | 'TUESDAY' | 'WEDNESDAY' | 'THURSDAY' | 'FRIDAY' | 'SATURDAY', required — The day that the hours of operation applies to.
      - `StartTime` object, required — The start time that your contact center opens.
        - `Hours` integer, required — The hours.
        - `Minutes` integer, required — The minutes.
      - `EndTime` object, required — The end time that your contact center closes.
        - `Hours` integer, required — The hours.
        - `Minutes` integer, required — The minutes.
    - `Tags` object — The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.

## Other responses

- `480` — InvalidRequestException
- `481` — InvalidParameterException
- `482` — ResourceNotFoundException
- `483` — ThrottlingException
- `484` — InternalServiceException

---

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