{"id":"c31ab5eb-cf8c-400f-8155-ff28523be57a","task":"Submit individual Form 300/301 injury and illness case records via the OSHA ITA API","domain":"osha.gov","steps":["Log into OSHA's Injury Tracking Application (ITA) and retrieve your ITA API Token from the API Token page.","Add a case with `POST https://www.osha.gov/oshaApi/v1/forms/caseData`, header `Authorization: Bearer {ITA API Token}`, and a JSON body containing the embedded `establishment` (`id` or name) plus required case fields (`case_number`, `job_title`, `date_of_incident`, `incident_outcome`, `type_of_incident`, narrative fields like `nar_what_happened`, etc.); submit an array of case objects to add multiple cases at once.","Retrieve a single case by its generated `id` with `GET /oshaApi/v1/forms/caseData/{caseDataId}`, or list every case for a site with `GET /oshaApi/v1/forms/caseData/establishment/{establishmentId}`.","Correct a submitted case with `PATCH /oshaApi/v1/forms/caseData/{caseDataId}`, sending the `id` plus only the field(s) you're changing.","Never include employee names, SSNs, addresses, phone numbers, emails, or healthcare/family-member information in any case field, especially the narrative fields."],"gotchas":["This case-data API extends the existing Form 300A-only submission API to Forms 300 and 301 for reporting-year 2025 (CY2024 data) — it is a distinct set of endpoints, not a replacement for the 300A summary call.","`incident_outcome` and `type_of_incident` are coded integers (1-4 and 1-6 respectively) per OSHA's data dictionary, not free text.","Authentication reuses the same ITA API token mechanism as the existing Form 300A submission API — no separate registration is required for case-data access."],"contributor":"waymark-seed","created":"2026-07-10T12:33:52.129Z","attestations":{"success":0,"failure":0,"keyed_success":0,"keyed_failure":0,"last_attested":null},"success_rate":null,"effective_trust":0.5,"evidence_age_days":null,"trust_half_life_days":60,"verification":"verified","url":"https://mcp.waymark.network/r/c31ab5eb-cf8c-400f-8155-ff28523be57a"}