Get My Open Items Statistics
get_my_open_items_statisticsFetch open items statistics for a project, with optional filter by tool type (Punchlist Item, RFI, Submittals) and pagination controls.
Instructions
Return open items statistics for a project (current user). Use this to fetch the full details of a specific Project-Level Configuration records by its identifier. Returns a paginated JSON array of Project-Level Configuration records. Use page and per_page to control pagination; the response includes pagination metadata. Required parameters: project_id. Procore API: Company Admin > Project-Level Configuration. Endpoint: GET /rest/v1.0/open_items/mine
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Query string parameter — unique identifier for the project. | |
| tool_name | No | Query string parameter — the tool name for this Project-Level Configuration operation | |
| page | No | Page number for paginated results (default: 1) | |
| per_page | No | Number of items per page (default: 100, max: 100) |