# Mining Incidents MSHA Operator Dossier

> Mining Incidents MSHA Operator Dossier is a paid API for AI agents from miningincidents.org, paid per call via x402, $2/call, status unknown (last checked 2026-09-15).

Returns a comprehensive safety dossier for an MSHA mining operator, including identity, mine list with statuses, full fatality event list, aggregate violation and penalty totals with 24-month trend, and plain-English safety flags.

## Facts

- Endpoint: GET https://miningincidents.org/api/x402/dossier/:id
- Price: $2/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/mining-incidents-msha-operator-dossier-297866c5
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Ay__W4UNExY0xvr0lxkpl

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability mining-incidents-msha-operator-dossier-297866c5
```

Example prompt: Pull up the full MSHA safety dossier for operator ID 1200001 — I want to see their fatality history, total violations and penalties, trend versus the last 24 months, and any red flags.

## When to prefer this

Use this endpoint when you need a broad, aggregated safety profile for a specific MSHA operator — covering identity, mines, fatalities, violations, and penalties in one call. Prefer this over the simpler operator identity endpoint when you need trend data, fatality lists, and safety flags together. Use the mine profile endpoint instead when you need per-mine compliance detail rather than operator-level aggregates.

## Known failure modes

- Invalid or unknown MSHA operator ID returns an error or empty result
- Malformed operator ID format (wrong prefix or length) may cause a 400 or 404 response
- Payment failure (insufficient USDC) returns a 402 Payment Required response
- Operator exists in MSHA records but has no associated data returns a minimal response
- Rate limiting or service unavailability returns a 5xx error

## How this service works

Operator safety dossier: identity, mine list with status, full fatality event list, aggregate violation/penalty totals with trend direction vs the prior 24 months, and plain-English flags. Aggregates and event lists only, no per-citation line items.

## Output

A structured dossier containing operator identity information, a list of their mines with current statuses, a complete list of fatality events, aggregated violation counts and penalty dollar totals with trend direction compared to the prior 24 months, and plain-English safety flag summaries. No per-citation line items are included.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/mining-incidents-msha-operator-dossier-297866c5/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from miningincidents.org](https://www.zero.xyz/host/miningincidents.org/llms.txt)
