List Punch Item Activities
list_punch_item_activitiesRetrieve all punch item activities for a specific punch item in Procore. Use this to discover activities or obtain an activity ID for further operations.
Instructions
Returns a list of all Punch Item Activities for a specified Punch Item. Use this to discover punch item activities or to look up the id of one before calling a tool that needs it. id must identify an existing parent record — resolve it with the matching list tool first. Returns a JSON array of punch item activities; page and per_page control pagination and the response reports how many pages remain. 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: Project Management > Punch List. Endpoint: GET /rest/v1.0/punch_items/{id}/activities
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | URL path parameter — iD of the Punch Item | |
| page | No | Page number for paginated results (default: 1, 1-indexed) | |
| per_page | No | Number of items per page (default: 100, max: 100) | |
| project_id | Yes | Query string parameter — unique identifier for the project. |