show_incident_alert
Retrieve detailed incident alerts from Procore projects to monitor safety issues and manage responses. Use this tool to access specific alert information by providing project and alert IDs.
Instructions
Show Incident Alert. [Project Management/Incidents] GET /rest/v1.0/projects/{project_id}/incidents/alerts/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Unique identifier for the project. | |
| id | Yes | Incident Alert ID | |
| page | No | Page number for pagination | |
| per_page | No | Items per page (max 100) |