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

# List OSHA accidents

`GET /v1/employers/{employer_id}/osha-accidents`

Per-event OSHA accident records (inspection-triggered).

Each row is an accident/fatality/catastrophe OSHA documented while
investigating an inspection at this employer. Distinct from
/employers/{id}/severe-injuries (SIR is injury-triggered and
self-reported under 29 CFR 1904.39); accidents only surface through
an OSHA-opened inspection.

The narrative `abstract_text` is truncated at 4000 chars upstream
(silver/osha_accident_detail) to keep row size bounded.

Metered: one lookup per call, same as inspections / SIR.
Newest event first.

## 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)
