List Change Event Comments
list_change_event_commentsRetrieve full details for a specific change event comment by providing company, project, and change event IDs. Get the complete comment field set from Procore.
Instructions
Returns comments for a change event. Use this when you already know which change event comment you want and need its full field set. company_id and project_id default to the values set by procore_set_config when omitted, and change_event_id must identify an existing parent record — resolve it with the matching list tool first. Returns a single JSON object describing the change event comment. 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, project_id, change_event_id. Procore API (v2.0): Construction Financials > Change Events. Endpoint: GET /rest/v2.0/companies/{company_id}/projects/{project_id}/change_events/{change_event_id}/comments
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| change_event_id | Yes | URL path parameter — unique identifier of the change event |