Show Change Event
show_change_eventRetrieve a single change event's full details from Procore by ID and project ID. Use when you already know the event and need its complete field set.
Instructions
Retrieves a single change event in Procore. Use this when you already know which change event 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 event. 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. Procore API (v1.1): Construction Financials > Change Events. Endpoint: GET /rest/v1.1/change_events/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | URL path parameter — unique identifier of the Change Events resource | |
| project_id | Yes | Query string parameter — unique identifier for the project. | |
| include_deleted_change_event_line_items | No | Query string parameter — used to include deleted Change Event Line Items in the response. Presence of the key includes the deleted items. |