Show Punch Item
show_punch_itemGet complete details for a specific punch item in a Procore project. Supply the punch item ID and project ID to retrieve the full JSON object with all fields. Read-only.
Instructions
Return detailed information about a specific Punch Item in a Project. Use this when you already know which punch item you want and need its full field set. id must identify an existing parent record — resolve it with the matching list tool first. Returns a single JSON object describing the punch item. Read-only — it changes nothing in Procore. Failures come back as an error payload carrying the HTTP status — commonly 401 when the token has expired, 403 without tool permission, and 404 when an id does not resolve. Required parameters: id, project_id. Procore API (v1.1): Project Management > Punch List. Endpoint: GET /rest/v1.1/punch_items/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | URL path parameter — iD of the Punch Item | |
| project_id | Yes | Query string parameter — unique identifier for the project. | |
| include_deleted | No | Query string parameter — returns deleted items when set to true |