---
title: "Get Establishment Hours"
method: GET
path: "/incidents/v1/osha/establishments/{establishment_id}/hours"
tags: ["OSHA"]
---

# Get Establishment Hours

`GET /incidents/v1/osha/establishments/{establishment_id}/hours`

## Path parameters

- `establishment_id` string, required

## Response `200`

A successful response.

- S12IncidentsV1GetEstablishmentHoursResponse — GetEstablishmentHoursResponse is the response message for retrieving establishment hours.
  - `hours_worked` S12IncidentsV1EstablishmentHoursWorked[] — hours_worked is the list of hours worked for each month in the year.
    - `year_of_filing` integer — year_of_filing is the year for which the hours are reported.
    - `month_of_filing` integer — month_of_filing is the month for which the hours are reported.
    - `hours_worked` integer — hours_worked is the number of hours worked in that month.

## Other responses

- `default` — An unexpected error response.

---

[API](https://skmtc.net/safetyculture/apis/safetyculture-api.md) · [All operations](https://skmtc.net/safetyculture/apis/safetyculture-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/safetyculture/safetyculture-api/revisions/5be91df61ded/schema)
