List Injuries
list_injuriesRetrieve a paginated list of injuries for a given Procore project. Filter by incident, body part, affliction type, and more to find specific incidents.
Instructions
Returns a list of Injuries for a given project. NOTE: The afflictions and affected_body_part keys are deprecated. Please disregard and use the affected_body_parts and affliction_type keys as documented below. Use this to enumerate Incidents when you need a paginated overview, to find IDs, or to filter by query parameters. Returns a paginated JSON array of Incidents. Use page and per_page to control pagination; the response includes pagination metadata. Required parameters: project_id. Procore API: Project Management > Incidents. Endpoint: GET /rest/v1.0/projects/{project_id}/incidents/injuries
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| incident_id | No | Query string parameter — incident ID. When provided, the list will be scoped to only the Injuries for a given Incident. | |
| page | No | Query string parameter — page number for paginated results (default: 1) | |
| per_page | No | Query string parameter — number of items per page (default: 100, max: 100) | |
| filters__created_at | No | Query string parameter — 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__affected_company_id | No | Query string parameter — array of Company IDs. Returns item(s) with the specified affected Company IDs. | |
| filters__affected_party_id | No | Query string parameter — array of Affected Party IDs. Returns item(s) with the specified Affected Party IDs. | |
| filters__affected_person_id | No | Query string parameter — array of Person IDs. Returns item(s) with the specified affected Person IDs. | |
| filters__harm_source_id | No | Query string parameter — array of Harm Source IDs. Returns item(s) with the specified Harm Source IDs. | |
| filters__work_activity_id | No | Query string parameter — array of Work Activity IDs. Returns item(s) with the specified Work Activity IDs. | |
| filters__managed_equipment_id | No | Query string parameter — return item(s) with the specified Managed Equipment ID. | |
| filters__recordable | No | Query string parameter — return item(s) that are recordable. | |
| filters__affected_body_part | No | Query string parameter — return item(s) with any of the specified Affected Body Parts. | |
| filters__affliction_type_id | No | Query string parameter — return item(s) with the specified Affliction Type IDs | |
| filters__body_part_id | No | Query string parameter — return item(s) with the specified Body Part IDs | |
| filters__filing_type | No | Query string parameter — return item(s) with the specified filing types. The `recordable` filing_type filter value is deprecated. | |
| filters__query | No | Query string parameter — return item(s) containing query | |
| sort | No | Query string parameter — sort order for results. Prefix with '-' for descending order |