Get My Open Items Statistics
get_my_open_items_statisticsGet open items statistics for a project for the current user. Returns a single JSON object with the full field set for punchlist items, RFIs, and submittals.
Instructions
Return open items statistics for a project (current user). Use this when you already know which my open items statistic you want and need its full field set. Returns a single JSON object describing the my open items statistic. 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: Company Admin > Project-Level Configuration. Endpoint: GET /rest/v1.0/open_items/mine
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tool_name | No | Query string parameter — the tool name for this Project-Level Configuration operation | |
| project_id | Yes | Query string parameter — unique identifier for the project. |