Show Company Configuration
show_company_configurationFetch a single company configuration from Procore using its company ID. Get the complete field set for a known configuration with this read-only tool.
Instructions
Retrieves a single company configuration in Procore. Use this when you already know which company configuration you want and need its full field set. Returns a single JSON object describing the company configuration. 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: Company Admin > Company Settings. Endpoint: GET /rest/v1.0/company_configuration
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | Query string parameter — unique identifier for the company. |