Get Harm Source Filter Options
get_harm_source_filter_options_projectRetrieve available harm source filter options for near misses in a specified project. Use this to get the list of harm sources for filtering incidents.
Instructions
Returns harm sources in use for filtering near misses. Use this to fetch the full details of a specific Incidents by its identifier. Returns a JSON array of available filter values for Incidents. Required parameters: project_id. Procore API: Project Management > Incidents. Endpoint: GET /rest/v1.0/projects/{project_id}/incidents/near_misses/filter_options/harm_sources
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| page | No | Page number for paginated results (default: 1) | |
| per_page | No | Number of items per page (default: 100, max: 100) |