Show Change Order Request
show_change_order_requestRetrieve full details of a specific Change Order Request using its ID, project ID, and contract ID. This read-only tool returns a single JSON object with the complete field set.
Instructions
Return detailed information about a specified Change Order Request (COR). Use this when you already know which change order request you want and need its full field set. id must identify an existing parent record — resolve it with the matching list tool first. Returns a single JSON object describing the change order request. 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: id, project_id, contract_id. Procore API: Construction Financials > Change Orders. Endpoint: GET /rest/v1.0/change_order_requests/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | URL path parameter — unique identifier of the Change Orders resource | |
| view | No | Query string parameter — parameter affecting the level of detail returned. The `extended` view includes the total tax amount for the Change Order Request. | |
| project_id | Yes | Query string parameter — unique identifier for the project. | |
| contract_id | Yes | Query string parameter — unique identifier of the contract | |
| filters__include_deleted | No | Query string parameter — use 'only' for only deleted resources. Use 'with' for deleted and undeleted resources. |