---
title: "List OSHA inspections"
method: GET
path: "/v1/employers/{employer_id}/inspections"
tags: ["Employers"]
---

# List OSHA inspections

`GET /v1/employers/{employer_id}/inspections`

Get inspection history with violation detail for an employer.

Metered: one lookup per call. Previously unmetered, which made it trivial
for a free-tier key to scrape the entire product by combining the sitemap
endpoint (employer IDs) with this one (full inspection history per id).

## Path parameters

- `employer_id` string, required

## Query parameters

- `limit` integer
- `offset` integer

## Headers

- `X-Api-Key` string

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

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