show_near_miss
Retrieve detailed information about a specific near-miss incident in a Procore project to analyze safety events and prevent future incidents.
Instructions
Show Near Miss. [Project Management/Incidents] GET /rest/v1.0/projects/{project_id}/incidents/near_misses/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Unique identifier for the project. | |
| id | Yes | Near Miss ID | |
| incident_id | No | Incident ID | |
| page | No | Page number for pagination | |
| per_page | No | Items per page (max 100) |