list_punch_items
Retrieve and filter punch list items from Procore projects to track construction deficiencies and manage completion tasks.
Instructions
List Punch Items. [Project Management/Punch List] GET /rest/v1.0/punch_items
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Unique identifier for the project. | |
| page | No | Page | |
| per_page | No | Elements per page | |
| filters__status | No | Return item(s) with the specified Punch Item Status - 'open' or 'closed'. | |
| filters__priority | No | Return item(s) with the specified Punch Item Priority - 'low', 'medium', 'high' | |
| filters__punch_item_type_id | No | Return item(s) with the specified Punch Item Type ID. | |
| filters__location_id | No | Location ID. Returns item(s) with the specified Location ID or a range of Location IDs. | |
| filters__include_sublocations | No | Use together with `filters[location_id]` | |
| filters__approver_login_information_id | No | User ID. Returns item(s) where the specified User ID is an approver. | |
| filters__vendor_id | No | Return item(s) with the specified Vendor ID. | |
| filters__assignee_response | No | If true, returns item(s) with the specified assignee response approved status. | |
| filters__trade_id | No | Trade ID | |
| filters__id | No | Return item(s) with the specified Punch Item ID. | |
| filters__query | No | Return item(s) containing search query | |
| filters__updated_at | No | Return item(s) last updated 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 `YYY... |