Show Harm Source
show_harm_sourceFetch full details of a specific harm source by its identifier in Procore Incidents. Use company ID and harm source ID to retrieve a JSON object describing the incident source.
Instructions
Returns the specified Harm Source. Use this to fetch the full details of a specific Incidents by its identifier. Returns a JSON object describing the requested Incidents. Required parameters: company_id, id. Procore API: Project Management > Incidents. Endpoint: GET /rest/v1.0/companies/{company_id}/incidents/harm_sources/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| id | Yes | URL path parameter — unique identifier of the Incidents resource | |
| page | No | Page number for paginated results (default: 1) | |
| per_page | No | Number of items per page (default: 100, max: 100) |