List Deleted Punch Items
list_deleted_punch_itemsList deleted punch items for a specified project. Get full field details from the recycle bin, read-only.
Instructions
Return an array of Deleted Punch objects for a specified Project. Use this when you already know which deleted punch item you want and need its full field set. Returns a single JSON object describing the deleted 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: project_id. Procore API (v1.1): Project Management > Punch List. Endpoint: GET /rest/v1.1/punch_items/recycle_bin
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Query string parameter — unique identifier for the project. |