list_accident_logs
Retrieve accident logs for construction projects to monitor safety incidents, track dates, locations, and responsible personnel using Procore's project management system.
Instructions
List Accident Logs. [Project Management/Daily Log] GET /rest/v1.0/projects/{project_id}/accident_logs
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Unique identifier for the project. | |
| per_page | No | Elements per page | |
| page | No | Page | |
| log_date | No | Date of specific logs desired in YYYY-MM-DD format | |
| start_date | No | Start date of specific logs desired in YYYY-MM-DD format (use together with end_date) | |
| end_date | No | End date of specific logs desired in YYYY-MM-DD format (use together with start_date) | |
| filters__created_by_id | No | Return item(s) created by the specified User ID | |
| filters__location_id | No | Return item(s) with the specified Location IDs. | |
| filters__daily_log_segment_id | No | Daily Log Segment ID filter |