Show Coordination Issue
show_coordination_issueRetrieve a single coordination issue from Procore by its ID and project ID to get its complete field set. Use when you know the specific issue and need full details; read-only operation.
Instructions
Return a single Coordination Issue item. Use this when you already know which coordination issue 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 coordination issue. 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: Project Management > Coordination Issues. Endpoint: GET /rest/v1.0/coordination_issues/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | URL path parameter — coordination Issue ID | |
| view | No | Query string parameter — the compact view contains only ids. The normal view is a subset of the response shown below, and does not include attachments, viewpoints, linked items and updated_by The extended view contains the... | |
| project_id | Yes | Query string parameter — unique identifier for the project. | |
| viewpoint_format | No | Query string parameter — specify viewpoint data format. This parameter functions only when the query parameter view is 'extended' The default format returns the viewpoint content as saved. The procore format returns the vi... |