# Modules / Incident Reports

Incident report records

## Get incident reports

 - [GET /api/incident-reports](https://apidocs.logmycare.co.uk/docs/openapi/modules-incident-reports/getincidentreports.md): Retrieves incident reports with severity, status, case details, and investigation notes.
Filters:

  homeId - Filter by specific care home
  residentId - Filter by specific resident
  severity - Filter by severity level (1=lowest, 5=highest)
  startDate, endDate - Date range filtering
  dateField - Date field to filter on (created_on, closed_on, reviewed_on, or ingested_on)
  page, limit - Pagination controls

## Get incident report by ID

 - [GET /api/incident-reports/{id}](https://apidocs.logmycare.co.uk/docs/openapi/modules-incident-reports/getincidentreportbyid.md): Retrieves complete incident details including log, case information, witnesses, actions taken, and closure notes.

