Get All Estimating Projects
get_all_estimating_projectsFetches all estimating projects for a Procore company, supporting paginated results. Use it to read full project data without making changes.
Instructions
Retrieves an single estimating project for the specified Procore company. Use this when you already know which estimating project you want and need its full field set. company_id defaults to the value set by procore_set_config when omitted. Returns a single JSON object describing the estimating project. 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: company_id. Procore API (v2.0): Preconstruction > Estimating. Endpoint: GET /rest/v2.0/companies/{company_id}/estimating/estimating_projects
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Query string parameter — page number for paginated results (default: 1) | |
| per_page | No | Query string parameter — number of items per page (default: 100, max: 100) | |
| company_id | Yes | URL path parameter — unique company identifier associated with the Procore User Account. |