list_incidents
Retrieve and filter incident reports from Procore projects to monitor safety events, track status, and analyze contributing factors using customizable search parameters.
Instructions
List Incidents. [Project Management/Incidents] GET /rest/v1.0/projects/{project_id}/incidents
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Unique identifier for the project. | |
| page | No | Page | |
| per_page | No | Number of items returned per page (Min: 1, Max: 1000). Defaults to 1000 when parameter is not provided. | |
| filters__id | No | Return item(s) with the specified IDs. | |
| 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__updated_at | No | Return item(s) last updated 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 `YYY... | |
| filters__event_date | No | Returns item(s) with an event date within the specified ISO 8601 datetime range. | |
| filters__location_id | No | Return item(s) with the specified Location IDs. | |
| filters__status | No | Returns item(s) matching the specified status value. | |
| filters__contributing_behavior_id | No | Contributing Behavior ID. Returns item(s) with the specified Contributing Behavior ID. | |
| filters__contributing_condition_id | No | Contributing Condition ID. Returns item(s) with the specified Contributing Condition ID. | |
| filters__hazard_id | No | Hazard ID. Returns item(s) with the specified Hazard ID. | |
| filters__time_unknown | No | If true, returns item(s) where the time of Incident occurrence is unknown. | |
| filters__recordable | No | Return item(s) that are recordable. | |
| filters__custom_status_id | No | Return item(s) with the specified Custom Status IDs | |
| filters__type_id | No | Return item(s) with a specific Type ID or a range of Type IDs. | |
| filters__assignee_id | No | Return item(s) with a specific Assignee ID or a range of Assignee IDs. | |
| filters__query | No | Return item(s) containing query. Searchable fields include Incident title, Creator, Witness Statement, Incident Action description, Incident Action Type, Contributing Behavior, Contributing Conditi... | |
| sort | No | sort |