Get Estimating Settings
get_estimating_settingsRetrieve full estimating settings for a company, including project status and stage name mappings, by providing your company ID. Get complete field details for any known estimating setting from Procore.
Instructions
Returns the Estimating Settings for the company, including project status/stage name mappings. Use this when you already know which estimating setting 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 setting. 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/settings
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique company identifier associated with the Procore User Account. |