list_recycled_near_misses
Retrieve recycled near-miss incident reports from Procore projects to review safety events that were previously deleted, enabling analysis of potential hazards and safety improvements.
Instructions
List Recycled Near Misses. [Project Management/Incidents] GET /rest/v1.0/projects/{project_id}/recycle_bin/incidents/near_misses
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Unique identifier for the project. | |
| incident_id | No | Incident ID. When provided, the list will be scoped to only the Recycled Near Misses for a given Incident. | |
| filters__created_at | No | Return item(s) created within the specified ISO 8601 datetime range. Formats: `YYYY-MM-DD`...`YYYY-MM-DD` - Date `YYYY-MM-DDTHH:MM:SSZ`...`YYYY-MM-DDTHH:MM:SSZ` - DateTime with UTC Offset `YYYY-MM-... | |
| filters__affected_company_id | No | Array of Company IDs. Returns item(s) with the specified affected Company IDs. | |
| filters__affected_party_id | No | Array of Affected Party IDs. Returns item(s) with the specified Affected Party IDs. | |
| filters__affected_person_id | No | Array of Person IDs. Returns item(s) with the specified affected Person IDs. | |
| filters__harm_source_id | No | Array of Harm Source IDs. Returns item(s) with the specified Harm Source IDs. | |
| filters__work_activity_id | No | Array of Work Activity IDs. Returns item(s) with the specified Work Activity IDs. | |
| filters__managed_equipment_id | No | Return item(s) with the specified Managed Equipment ID. | |
| filters__query | No | Return item(s) containing query | |
| sort | No | sort | |
| page | No | Page | |
| per_page | No | Elements per page |