---
title: "List NHTSA recall campaigns"
method: GET
path: "/v1/employers/{employer_id}/nhtsa-recalls"
tags: ["Employers"]
---

# List NHTSA recall campaigns

`GET /v1/employers/{employer_id}/nhtsa-recalls`

Per-campaign NHTSA recall list for an employer.

Each row is one recall campaign -- campaign_number, representative
make / model / component, record_date, owner_notification_date, FMVSS
standard cited (if any), potentially_affected units, plus the full
distinct make + model lists across the campaign as TEXT[]. Mirrors
the CPSC endpoint shape (name_normalized join key, ORDER BY date
DESC).

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